Const
Inline rule for plain text and whitespace tokens.
Matches TEXT and WHITESPACE token types and converts them directly to "text" AST elements. This rule always succeeds.
TEXT
WHITESPACE
"text"
Placed last (before the fallback) in the inline rules array so that all formatting and structural rules are tried first.
Inline rule for plain text and whitespace tokens.
Matches
TEXTandWHITESPACEtoken types and converts them directly to"text"AST elements. This rule always succeeds.Placed last (before the fallback) in the inline rules array so that all formatting and structural rules are tried first.