-
Problem statementI am creating a custom OpenXML template to compile Pandoc's Markdown into DOCX, where the specific DOCX layout is provided by the template. In this template, I want to include some images. How images are included in DOCX/OpenXMLIn other template formats (such as HTML or LaTeX) including an image would be trivial, however for DOCX this is not so straighforward due to the way images are handled. To include an image in OpenXML, the OpenXML references an What I have triedIf I provide a On second thought, it looks like pandoc preserves the header and footer from I'd be keen to hear if someone has better ideas. Perhaps there is some other way to preserve the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The suggestion above of including the desired images in the header or footer actually doesn't work since the header contents are stored in |
Beta Was this translation helpful? Give feedback.
-
I have opened #10759, which, if implemented, would allow the inclusion of images in the template. |
Beta Was this translation helpful? Give feedback.
I have opened #10759, which, if implemented, would allow the inclusion of images in the template.