Module document_structure

Module document_structure 

Source

Structs§

BlockquoteRange
Blockquote range in the document
CodeBlock
Simple code block representation for document structure
CodeSpan
OPTIMIZATION 1: Inline code span representation
DocumentStructure
A struct that contains pre-computed information about a markdown document structure to avoid redundant parsing of the same elements by multiple rules.
FrontMatter
Front matter block
Heading
Heading information
Image
OPTIMIZATION 2: Image representation
Link
OPTIMIZATION 2: Link representation
ListItem
List item information

Enums§

CodeBlockType
Type of code block
ListMarkerType
Type of list marker

Traits§

DocumentStructureExtensions
Extended rule trait methods for using the document structure

Functions§

document_structure_from_str
Create a DocumentStructure from a string