Method | Description | |
---|---|---|
ListBlock ( ) : System |
Initializes a new list block.
|
|
ToString ( ) : string |
Converts the object into it's textual representation.
|
Method | Description | |
---|---|---|
AppendTextToListItem ( |
Parsing helper method.
|
|
Parse ( string markdown, int start, int maxEnd, int quoteDepth, int &actualEnd ) : |
Parses a list block.
|
|
ParseItemPreamble ( string markdown, int start, int maxEnd ) : ListItemPreamble |
Parsing helper method.
|
|
ReplaceStringBuilders ( |
Parsing helper.
|