I use pandoc (version 2.5) on Linux to convert Markdown to DOCX: pandoc -s file.md -t docx --reference-doc=style-ref.docx -o file.docx I created the file style-ref.docx via pandoc --print-default-data-file=reference.docx > style-ref.docx and then modified it in MS Word. However the formatting changes saved to style-ref.docx do not seem to be applied to the result document. What's going wrong? How can I debug this? Calling pandoc with --verbose doesn't give any more clues. -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/76d6d82c-5f95-47af-a3c8-96307ecd1ca2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.