Expand description
Citation parsing for Pandoc’s citations extension.
Syntax:
- Bracketed:
[@doe99],[@doe99; @smith2000] - With locator:
[see @doe99, pp. 33-35] - Suppress author:
[-@doe99] - Author-in-text:
@doe99(bare, without brackets)
Constants§
Functions§
- has_
bookdown_ prefix - is_
bookdown_ label - is_
quarto_ crossref_ key - Try to parse a Quarto cross-reference key (e.g., @fig-plot, @eq-energy).