Méthode | Description | |
---|---|---|
MarkdownParser ( bool skipEmptyLines = true ) : System | ||
Parse ( string markdown ) : |
Méthode | Description | |
---|---|---|
ParseBlocks ( StringRange document ) : IEnumerable |
Méthode | Description | |
---|---|---|
BuildBlock ( IBlockBuilder builder, int start, StringRange document, int &newPosition ) : Blocks.Block | ||
GetBuilder ( int start, StringRange document ) : IBlockBuilder | ||
ResolveReferences ( List |
public MarkdownParser ( bool skipEmptyLines = true ) : System | ||
skipEmptyLines | bool | |
Résultat | System |
public Parse ( string markdown ) : |
||
markdown | string | |
Résultat |
protected ParseBlocks ( StringRange document ) : IEnumerable |
||
document | StringRange | |
Résultat | IEnumerable |