Const
Inline rule for parsing [*url label] star links.
[*url label]
Triggered by a BRACKET_STAR ([*) token. Collects the URL (until whitespace) and the optional label text (until ]). When no label is provided, the URL serves as display text.
BRACKET_STAR
[*
]
Fails if:
Inline rule for parsing
[*url label]star links.Triggered by a
BRACKET_STAR([*) token. Collects the URL (until whitespace) and the optional label text (until]). When no label is provided, the URL serves as display text.Fails if:
]is found on the same line