CommunityToolkit.Common.Parsers.Markdown Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |