Expand description
Inline emission walk.
Consumes the IR plans built by super::inline_ir::build_full_plans
(emphasis pairings, bracket resolutions, standalone Pandoc constructs)
and emits the inline CST tokens / nodes in source order. Resolution
decisions for emphasis, brackets, and standalone Pandoc constructs
are entirely IR-driven for both dialects; the dispatcher’s
try_parse_* recognizers are still called to parse a matched byte
range into a CST subtree, but “what is this byte range?” is answered
exclusively by the IR.
Functions§
- parse_
inline_ text - Parse inline elements from text content nested inside a link/image/span.
- parse_
inline_ text_ recursive - Parse inline text into the CST builder.