You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a file file.md and a .bib file.bib the localleader pdf+ will generate a correct latex output using the --bibliography file.bib option, but the html+ does not give this option to pandoc, it executes the following:
pandoc -t html -Ss --mathml "file".html "file.md"
When manually executing the HTML build command, it properly uses the bibliography to generate references on the webpage, so the functionality is supported by pandoc:
When there is a file
file.md
and a .bibfile.bib
the localleader pdf+ will generate a correct latex output using the--bibliography file.bib
option, but the html+ does not give this option to pandoc, it executes the following:When manually executing the HTML build command, it properly uses the bibliography to generate references on the webpage, so the functionality is supported by pandoc:
I tried adding the
PANDOC#P_BIBS
to the build command in plugin/pandoc.vim, but to no avail:The text was updated successfully, but these errors were encountered: