-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
I try to generate a .docx file from markdown using a reference template but get issues with the Property of the Field "DocProperty" in my header. The Property is not the same in the result as in the template. Example files can be found here:
https://groups.google.com/forum/?authuser=0#!topic/pandoc-discuss/EqzYV7yO3Ss
If you for example look at "Checked" field in the header, the Property = Checked in the Template and = Bytes in the result file.
When I try to change Property in the generated document I get: Error! Unknown document property name.
Any suggestion on how this can be solved?
This is the command i run:
pandoc --reference-docx=Template.docx markdown.md -s -o result.doc