Expand description
Scanner for inline markup ([name]…[/name], [name /]) combined with
{expr} interpolation. Both are parsed in one left-to-right pass.
Enums§
- Markup
Scan Error - Errors returned by
scan_text_segments. - Text
Token - A token produced by scanning text that may contain
{expr}and[markup]syntax.
Functions§
- scan_
text_ segments - Scans
textfor{expr}and[markup]syntax, yielding tokens in order.