aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-09 10:38:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-09 10:38:50 -0700
commit30033f417f3009eb8c4b5fa8302cea7fecad48ee (patch)
tree47b1732d4226572288f6f4204b85ebd85e73a1b0 /src/Text/Pandoc/Class.hs
parent4d9ccb163ed6a4a4a3eeb6d225feec28205cb7b4 (diff)
downloadpandoc-30033f417f3009eb8c4b5fa8302cea7fecad48ee.tar.gz
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.
Diffstat (limited to 'src/Text/Pandoc/Class.hs')
-rw-r--r--src/Text/Pandoc/Class.hs1
1 files changed, 1 insertions, 0 deletions
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",