MarkdownParser class

MarkdownParser class

Represents an MarkDown format document parser.

The MarkdownParser type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the MarkdownParser class.

Methods

MethodDescription
parseParse from Stream.
parsePrase from the string context.
parse_fileParse an file.

See Also