Dear Folks, I am in the process of writing a lua-filter that modifies the font of font-awesome icons added to a Word/DOCX document. I am finding that if I were to generate a file called expected.docx from the code: pandoc -f markdown -t docx --reference-doc sample-reference.docx -o expected.docx sample.md and then generate another docx file with a different name using the same source file and reference docx as below: pandoc -f markdown -t docx --reference-doc sample-reference.docx -o sample.docx sample.md The two file always differ when I try: diff expected.docx sample.docx I do not see why they should differ when they were created with the same parameters and source file with only the name changing. What alternatives do I have to stop making the files differ. I need to write tests for my lua filter to be accepted into pandoc/lua-filters. Therefore, I need to make sure that the expected output and the generated output are exactly the same to pass the test. I hope someone can lend some insight. Many thanks. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/a3d1fad4-91f6-4495-aa4c-874f6ca5bb6en%40googlegroups.com.