vim-markdown-composer icon indicating copy to clipboard operation
vim-markdown-composer copied to clipboard

Pandoc filter "citeproc" not working

Open cristobaltapia opened this issue 7 years ago • 1 comments

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?

cristobaltapia avatar Feb 21 '18 12:02 cristobaltapia

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.

euclio avatar Apr 10 '18 02:04 euclio