Yaml metadata when converting docx to jats #10289
-
I want to convert a docx to jats xml while pulling in metadata from a yaml file. Is there a way to do that? I don't think I can simply do this
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Try this (see the docs here): pandoc --metadata-file=meta.yml content.docx -t jats |
Beta Was this translation helpful? Give feedback.
-
Perhaps some of the solutions I used for the |
Beta Was this translation helpful? Give feedback.
Try this (see the docs here):