MarkdownParser class
MarkdownParser class
Represents an MarkDown format document parser.
The MarkdownParser type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the MarkdownParser class. |
Methods
| Method | Description |
|---|---|
| parse | Parse from Stream. |
| parse | Prase from the string context. |
| parse_file | Parse an file. |