MarkdownBlockType Enum

Definition

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.

Determines the type of Block the Block element is.

public enum MarkdownBlockType
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum MarkdownBlockType
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum MarkdownBlockType
type MarkdownBlockType = 
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type MarkdownBlockType = 
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type MarkdownBlockType = 
Public Enum MarkdownBlockType
Inheritance
MarkdownBlockType
Attributes

Fields

Code 3

A code block

Header 4

A header block

HorizontalRule 7

a horizontal rule block

LinkReference 9

A link block

List 5

A list block

ListItemBuilder 6

A list item block

Paragraph 1

A paragraph element.

Quote 2

A quote block

Root 0

The root element

Table 8

A table block

YamlHeader 10

A Yaml header block

Applies to