pandoc-2.11.0.1: Conversion between markup formats

CopyrightCopyright (C) 2020 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Writers.CslJson

Description

Conversion of references from Pandoc metadata to CSL JSON: https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html.

Note that this writer ignores everything in the body of the document and everything in the metadata except references. It assumes that the references field is a list with the structure of a CSL JSON bibliography.

Documentation