-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
Hi,
first, I wanted to say thanks for this nice plugin! It is really helpful.
I was trying to use the pandoc filter pandoc-citeproc, which enables the use of a .bib-file to manage references, but it is not working.
On the top of the file I write
---
bibliography: bib.bib
---
and then I use pandoc with the following options:
pandoc --filter pandoc-citeproc -f markdown -t htmlThis works if I do it from the terminal, but setting it in the option g:markdown_composer_external_renderer does not produce anything.
Any idea of what might be causing this problem?