C# Class UniversalMarkdown.Parse.Elements.LinkReferenceBlock

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

Méthodes publiques

Méthode Description
LinkReferenceBlock ( ) : UniversalMarkdown.Helpers

Initializes a new link reference block.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Méthode 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 méthode

Initializes a new link reference block.
public LinkReferenceBlock ( ) : UniversalMarkdown.Helpers
Résultat UniversalMarkdown.Helpers

ToString() public méthode

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