C# Class UniversalMarkdown.Parse.Elements.QuoteBlock

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

Public Methods

Method Description
QuoteBlock ( ) : System.Collections.Generic

Initializes a new quote block.

Private Methods

Method Description
Parse ( string markdown, int startOfLine, int maxEnd, int quoteDepth, int &actualEnd ) : QuoteBlock

Parses a quote block.

Method Details

QuoteBlock() public method

Initializes a new quote block.
public QuoteBlock ( ) : System.Collections.Generic
return System.Collections.Generic