pandoc input.md --citeproc --bibliography refs.bib -o output.html

Category: Media & Conversion

pandoc input.md --citeproc --bibliography refs.bib -o output.html

Render citations from a BibTeX file

Renders citations in the text using refs.bib and appends a bibliography at the end. --citeproc is pandoc's built-in citation processor, and the .bib file holds BibTeX entries. Style citations with a CSL file via --csl.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.