Module tree

Source
Expand description

The tree structure of the parsed markdown document.

Structs§

BlockTree
The struct to represent a block tree.
InlineTree
The struct to represent an inline tree.
ListItem
The struct to represent a list item.
ListTree
The struct to represent a list tree.
MarkdownTree
The struct to represent a root markdown document.

Enums§

BlockItem
The enum to represent a block item.
InlineItem
The enum to represent an inline item.