Method | Description | |
---|---|---|
MarkdownLinkInline ( ) : System |
Initializes a new markdown link.
|
|
ResolveReference ( MarkdownDocument document ) : void |
If this is a reference-style link, attempts to converts it to a regular link.
|
|
ToString ( ) : string |
Converts the object into it's textual representation.
|
Method | Description | |
---|---|---|
AddTripChars ( List |
Returns the chars that if found means we might have a match.
|
|
IsUrlValid ( string url ) : bool |
Checks if the given URL is allowed in a markdown link.
|
|
Parse ( string markdown, int start, int maxEnd ) : |
Attempts to parse a markdown link e.g. "[](http://www.reddit.com)".
|
public ResolveReference ( MarkdownDocument document ) : void | ||
document | MarkdownDocument | The document containing the list of references. |
return | void |