C# Class UniversalMarkdown.Parse.Elements.ListBlock

Represents a list, with each list item proceeded by either a number or a bullet.
Inheritance: MarkdownBlock
Datei anzeigen Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
ListBlock ( ) : System

Initializes a new list block.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Method Description
AppendTextToListItem ( ListItemBlock listItem, string markdown, int start, int end ) : void

Parsing helper method.

Parse ( string markdown, int start, int maxEnd, int quoteDepth, int &actualEnd ) : ListBlock

Parses a list block.

ParseItemPreamble ( string markdown, int start, int maxEnd ) : ListItemPreamble

Parsing helper method.

ReplaceStringBuilders ( ListBlock list ) : bool

Parsing helper.

Method Details

ListBlock() public method

Initializes a new list block.
public ListBlock ( ) : System
return System

ToString() public method

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