Module markdown_it::parser::inline
source · [−]Expand description
Inline rule chain
Structs
Information about emphasis delimiter run returned from InlineState::scan_delims.
Inline-level tokenizer.
Temporary node which gets replaced with inline nodes when InlineParser is called.
Sandbox object containing data required to parse inline structures.
Adjust positioning of a newly added rule in the chain.
Plain text AST node.
Escaped text AST node (backslash escapes and entities).
Traits
Each member of inline rule chain must implement this trait