Expand description
The tree structure of the parsed markdown document.
Structs§
- Block
Tree - The struct to represent a block tree.
- Inline
Tree - The struct to represent an inline tree.
- List
Item - The struct to represent a list item.
- List
Tree - The struct to represent a list tree.
- Markdown
Tree - The struct to represent a root markdown document.
Enums§
- Block
Item - The enum to represent a block item.
- Inline
Item - The enum to represent an inline item.