Last update: 2024-01-01
Code Examples:
pandoc -s --citeproc Untitled.md -o example24a.html
pandoc -s --citeproc --csl chicago-fullnote-bibliography.csl Untitled.md -o example24b.html
pandoc -s --toc -c pandoc.css -A footer.html --citeproc Untitled.md -o example24c.html
pandoc -s -c pandoc.css -A footer.html --citeproc --csl apa.csl Untitled.md -o example24d.html
pandoc -s -c pandoc.css -A footer.html --bibliography refs.bib --citeproc --csl apa.csl 2023-12-22-2023-in-review.md -o 2023-12-22-2023-in-review.html