Closed shmalebx9 closed 4 years ago
Thank you.
The code was using citeproc to convert bibtex to CSL JSON:
pandoc-citeproc --bib2json --format=biblatex
I've replaced that with pandoc --from=biblatex --to=csljson
which seems to work the same way.
I've also replaced --filter=pandoc-citeproc
with --citeproc
in the examples since it is now integrated.
It seems the newest version of pandoc replaces pandoc-citeproc with citeproc. Pandoc-url2cite now complains that it cannot find pandoc-citeproc and exits when running with pandoc.