-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
Having the references in the metadata is useful when producing some formats, e.g., crossref xml.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
function Pandoc (doc) | ||
doc.meta.references = pandoc.utils.references(doc) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tarleb
Author
Collaborator
|
||
doc.meta.bibliography = nil -- prevent bibliography from being parsed twice | ||
return doc | ||
end |
I built a fresh Docker image on
main
and get an error tracing from this line. Does this rely on something being added to the image?