diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-09 10:38:50 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-09 10:38:50 -0700 |
commit | 30033f417f3009eb8c4b5fa8302cea7fecad48ee (patch) | |
tree | 47b1732d4226572288f6f4204b85ebd85e73a1b0 /data/docx/docProps | |
parent | 4d9ccb163ed6a4a4a3eeb6d225feec28205cb7b4 (diff) | |
download | pandoc-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 'data/docx/docProps')
-rw-r--r-- | data/docx/docProps/custom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/docx/docProps/custom.xml b/data/docx/docProps/custom.xml new file mode 100644 index 000000000..bdd0df8dd --- /dev/null +++ b/data/docx/docProps/custom.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"></Properties> |