Inline rule for parsing ((bibcite label)) bibliography citations.
Triggered by a TEXT token (specifically the ( character). The parser
looks for two consecutive ( tokens, the keyword bibcite, the label
text, and then two consecutive ) tokens.
The label may span multiple tokens and is trimmed of surrounding whitespace.
Parsing fails if the label is empty or if a newline/EOF is encountered
before the closing )).
Side effect: pushes the label into ctx.bibcites for later resolution
during rendering.
Inline rule for parsing
((bibcite label))bibliography citations.Triggered by a
TEXTtoken (specifically the(character). The parser looks for two consecutive(tokens, the keywordbibcite, the label text, and then two consecutive)tokens.The label may span multiple tokens and is trimmed of surrounding whitespace. Parsing fails if the label is empty or if a newline/EOF is encountered before the closing
)).Side effect: pushes the label into
ctx.bibcitesfor later resolution during rendering.