Method | Description | |
---|---|---|
LinkReferenceBlock ( ) : UniversalMarkdown.Helpers |
Initializes a new link reference block.
|
|
ToString ( ) : string |
Converts the object into it's textual representation.
|
Method | Description | |
---|---|---|
Parse ( string markdown, int start, int end ) : |
Attempts to parse a reference e.g. "[example]: http://www.reddit.com 'title'".
|
public LinkReferenceBlock ( ) : UniversalMarkdown.Helpers | ||
return | UniversalMarkdown.Helpers |