Universal fallback rule for any token type not matched by other rules.
The empty startTokens array signals to the parser that this rule
can match any token. It converts the token's value to a "text"
element, ensuring no token is silently dropped.
This rule is used as a last-resort handler and is intentionally
excluded from the main inlineRules array.
Universal fallback rule for any token type not matched by other rules.
The empty
startTokensarray signals to the parser that this rule can match any token. It converts the token's value to a"text"element, ensuring no token is silently dropped.This rule is used as a last-resort handler and is intentionally excluded from the main
inlineRulesarray.