Microsoft.Toolkit.Parsers.Markdown.Blocks Namespace

Classes

CodeBlock

Represents a block of text that is displayed in a fixed-width font. Inline elements and escape sequences are ignored inside the code block.

HeaderBlock

Represents a heading. Single-Line Header CommonMark SpecTwo-Line Header CommonMark Spec

HorizontalRuleBlock

Represents a horizontal line.

LinkReferenceBlock

Represents the target of a reference ([ref][]).

ListBlock

Represents a list, with each list item proceeded by either a number or a bullet.

ListItemBlock

This specifies the Content of the List element.

MarkdownBlock

A Block Element is an element that is a container for other structures.

ParagraphBlock

Represents a block of text that is displayed as a single paragraph.

QuoteBlock

Represents a block that is displayed using a quote style. Quotes are used to indicate that the text originated elsewhere (e.g. a previous comment).

TableBlock

Represents a block which contains tabular data.

TableBlock.TableCell

Represents a cell in the table.

TableBlock.TableColumnDefinition

Describes a column in the markdown table.

TableBlock.TableRow

Represents a single row in the table.

YamlHeaderBlock

Yaml Header. use for blog. e.g.

title: something tag: something