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
The filter multiple-bibliographies crashes if a bibliography or bibliography_topic field in the metadata contains a list of filenames instead of a single filename.
$ pandoc -s -L multiple-bibliographies.lua sample.md -t html
File primary.bib secondary.bib not found in resource path
Error running filter multiple-bibliographies.lua:
PandocFilterError "pandoc" "Filter returned error status 99"
The filter multiple-bibliographies crashes if a
bibliography
orbibliography_topic
field in the metadata contains a list of filenames instead of a single filename.Versions:
MWE
Take the filter's
sample.md
and replace the metadata with:Run the filter, you get an error:
Found while doing tests for #165.
The text was updated successfully, but these errors were encountered: