Module inline

Source
Expand description

Inline rule chain

Structs§

DelimiterRun
Information about emphasis delimiter run returned from InlineState::scan_delims.
InlineParser
Inline-level tokenizer.
InlineRoot
Temporary node which gets replaced with inline nodes when InlineParser is called.
InlineState
Sandbox object containing data required to parse inline structures.
RuleBuilder
Adjust positioning of a newly added rule in the chain.
Text
Plain text AST node.
TextSpecial
Escaped text AST node (backslash escapes and entities).

Traits§

InlineRule
Each member of an inline rule chain must implement this trait