C# Class UniversalMarkdown.Parse.Elements.LinkReferenceBlock

Represents the target of a reference ([ref][]).
Inheritance: MarkdownBlock
Mostrar archivo Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
LinkReferenceBlock ( ) : UniversalMarkdown.Helpers

Initializes a new link reference block.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Method Description
Parse ( string markdown, int start, int end ) : LinkReferenceBlock

Attempts to parse a reference e.g. "[example]: http://www.reddit.com 'title'".

Method Details

LinkReferenceBlock() public method

Initializes a new link reference block.
public LinkReferenceBlock ( ) : UniversalMarkdown.Helpers
return UniversalMarkdown.Helpers

ToString() public method

Converts the object into it's textual representation.
public ToString ( ) : string
return string