Structs§
- Blockquote
Range - Blockquote range in the document
- Code
Block - Simple code block representation for document structure
- Code
Span - OPTIMIZATION 1: Inline code span representation
- Document
Structure - A struct that contains pre-computed information about a markdown document structure to avoid redundant parsing of the same elements by multiple rules.
- Front
Matter - Front matter block
- Heading
- Heading information
- Image
- OPTIMIZATION 2: Image representation
- Link
- OPTIMIZATION 2: Link representation
- List
Item - List item information
Enums§
- Code
Block Type - Type of code block
- List
Marker Type - Type of list marker
Traits§
- Document
Structure Extensions - Extended rule trait methods for using the document structure
Functions§
- document_
structure_ from_ str - Create a DocumentStructure from a string