Method | Description | |
---|---|---|
CodeBlock ( ) : System.Text |
Initializes a new code block.
|
|
ToString ( ) : string |
Converts the object into it's textual representation.
|
Method | Description | |
---|---|---|
Parse ( string markdown, int start, int maxEnd, int quoteDepth, int &actualEnd ) : |
Parses a code block.
|