From 30033f417f3009eb8c4b5fa8302cea7fecad48ee Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 9 Oct 2018 10:38:50 -0700 Subject: Docx writer: added framework for custom properties. So far, we don't actually write any custom properties, but we have the infrastructure to add this. See #3034. --- src/Text/Pandoc/Class.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Class.hs') diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs index e47546dfc..92b41aa4e 100644 --- a/src/Text/Pandoc/Class.hs +++ b/src/Text/Pandoc/Class.hs @@ -629,6 +629,7 @@ getDefaultReferenceDocx = do "_rels/.rels", "docProps/app.xml", "docProps/core.xml", + "docProps/custom.xml", "word/document.xml", "word/fontTable.xml", "word/footnotes.xml", -- cgit v1.2.3