Expand description
Text parser - handle plain text fallback
Parses plain text segments when no inline elements match. Handles special cases like trailing spaces before newlines and consecutive backticks.
Functionsยง
- parse_
special_ as_ text - Parse a single special character as text (fallback for unmatched syntax)
- parse_
text - Parse plain text up to the next special character