Skip to content

Pandoc filter "citeproc" not working #54

@cristobaltapia

Description

@cristobaltapia

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions