The main parser tries each rule in sequence for the current token.
Rules with requiresLineStart: true are only attempted when the token
is at line start, so their position relative to non-line-start rules
is less critical. Among rules that share the same startTokens entry,
earlier position wins.
The paragraph rule is intentionally absent -- it is used as a fallback
when no other rule matches (see blockFallbackRule).
All block rules in priority order.
The main parser tries each rule in sequence for the current token. Rules with
requiresLineStart: trueare only attempted when the token is at line start, so their position relative to non-line-start rules is less critical. Among rules that share the samestartTokensentry, earlier position wins.The paragraph rule is intentionally absent -- it is used as a fallback when no other rule matches (see
blockFallbackRule).