C# Class UniversalMarkdown.Parse.Elements.ParagraphBlock

Inheritance: MarkdownBlock
Afficher le fichier Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Méthodes publiques

Méthode Description
ParagraphBlock ( ) : System.Collections.Generic

Initializes a new paragraph block.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Méthode Description
Parse ( string markdown ) : ParagraphBlock

Parses paragraph text.

Method Details

ParagraphBlock() public méthode

Initializes a new paragraph block.
public ParagraphBlock ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

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