vim-markdown-composer
vim-markdown-composer copied to clipboard
Pandoc filter "citeproc" not working
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 html
This 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?
Hey @cristobaltapia, I haven't tried this option. I'll give it a shot when I'm back at my home computer and see if I can reproduce.