Expand description
Inline rule chain
Structs§
- Delimiter
Run - Information about emphasis delimiter run returned from InlineState::scan_delims.
- Inline
Parser - Inline-level tokenizer.
- Inline
Root - Temporary node which gets replaced with inline nodes when InlineParser is called.
- Inline
State - Sandbox object containing data required to parse inline structures.
- Rule
Builder - Adjust positioning of a newly added rule in the chain.
- Text
- Plain text AST node.
- Text
Special - Escaped text AST node (backslash escapes and entities).
Traits§
- Inline
Rule - Each member of an inline rule chain must implement this trait