aboutsummaryrefslogtreecommitdiff
path: root/data/docx/_rels/.rels
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 /data/docx/_rels/.rels
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 'data/docx/_rels/.rels')
-rw-r--r--data/docx/_rels/.rels3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/docx/_rels/.rels b/data/docx/_rels/.rels
index 44e5daa3d..1121ed8d2 100644
--- a/data/docx/_rels/.rels
+++ b/data/docx/_rels/.rels
@@ -1,2 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
-<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="word/document.xml" /><Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml" /><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml" /></Relationships> \ No newline at end of file
+<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="word/document.xml" /><Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml" /><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml" /><Relationship Id="rId5" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties" Target="docProps/custom.xml"/>
+</Relationships>