Microsoft.Toolkit.Parsers.Markdown Namespace

Classes

MarkdownDocument

Represents a Markdown Document.

Initialize an instance and call Parse(String) to parse the Raw Markdown Text.
MarkdownElement

This is a class used as the base class of all markdown elements.

Enums

ColumnAlignment

The alignment of content in a table column.

HyperlinkType

Specifies the type of Hyperlink that is used.

ListStyle

This specifies the type of style the List will be.

MarkdownBlockType

Determines the type of Block the Block element is.

MarkdownInlineType

Determines the type of Inline the Inline Element is.