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
I'm sure I'm doing something silly here, but with Quarto 1.3.450, pandoc 3.1.8, quarto render books.qmd --to markdown gives:
ERROR: Validation of YAML front matter failed.
ERROR: In file books.qmd
(line 7, columns 4--24) Field "bibliography" has value main: main_books.bib, which must instead be a string
6: bibliography:
7: main: main_books.bib
~~~~~~~~~~~~~~~~~~~~~
8: filters:
✖ The value main: main_books.bib is of type object.
ℹ The error happened in location bibliography.
ERROR: Render failed due to invalid YAML.
Should I be asking for help here or on Quarto forums?
Test file (I don't think you need the bib file to diagnose this ...?)
Thanks! Should have looked in closed as well as open issues. If I get to it maybe I'll submit a pull request to add this information to the README (as it seems it will trip up any Quarto users ... ??)
I'm sure I'm doing something silly here, but with Quarto 1.3.450, pandoc 3.1.8,
quarto render books.qmd --to markdown
gives:Should I be asking for help here or on Quarto forums?
Test file (I don't think you need the bib file to diagnose this ...?)
The text was updated successfully, but these errors were encountered: