reference-doc in yaml not being picked up by pandoc #9722
carljoseph
started this conversation in
General
Replies: 1 comment 1 reply
-
This is actually what pandoc calls a YAML metadata block. The distinction is important, because it can only provide values for metadata, not all arguments. If you want to use YAML to set a reference document, you need to use a defaults file. |
Beta Was this translation helpful? Give feedback.
1 reply
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 have a markdown file with some yaml arguments at the top
When I run the following command, it doesn't seem to pick up the
reference-doc
. But when I mention it explicitly on the command line it works.Doesn't work
Note, the lack of the template.docx above
Works
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions