Skip to main content

Module citations

Module citations 

Source
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§

BOOKDOWN_LABEL_PREFIXES

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).