C# Class UniversalMarkdown.Parse.Elements.ParagraphBlock

Inheritance: MarkdownBlock
Show file Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
ParagraphBlock ( ) : System.Collections.Generic

Initializes a new paragraph block.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Method Description
Parse ( string markdown ) : ParagraphBlock

Parses paragraph text.

Method Details

ParagraphBlock() public method

Initializes a new paragraph block.
public ParagraphBlock ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

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