pandoc-3.1.2: Conversion between markup formats
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Citeproc

Synopsis

Documentation

processCitations :: PandocMonad m => Pandoc -> m Pandoc Source #

getReferences :: PandocMonad m => Maybe Locale -> Pandoc -> m [Reference Inlines] Source #

Get references defined inline in the metadata and via an external bibliography. Only references that are actually cited in the document (either with a genuine citation or with nocite) are returned. URL variables are converted to links.