Replies: 2 comments 9 replies
-
|
So it turns out that one of the imported |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Here's the And here's the generated YAML: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
pandocto generate an html bibliography from a.bibfile. It's a two step process:This was working fine, but suddenly has stopped working, and I get the following error on running the second step:
I'm assuming that there's something in the
.bibfile so that the output of the first step is ill-formed, but that output looks ok AFAICS. I don't really know how to go about debugging this, short of trimming the bib entries one by one. It's also strange that the the first step always works, so I would have thought that the output would be valid YAML, sincepandocgenerated it.Any suggestions on how to solve this?
The actual
.bibfile can be found here.Beta Was this translation helpful? Give feedback.
All reactions