diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-26 22:02:49 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-26 22:02:49 -0800 |
commit | 596257f3506e3c89d9471c0b0a1a8c560aba41b2 (patch) | |
tree | 221950c342fe3b254417467e4ec7e43265c1e576 /data/docx/docProps | |
parent | b52cbb71c2cbd3a380c36877c3066e17660f1ade (diff) | |
download | pandoc-596257f3506e3c89d9471c0b0a1a8c560aba41b2.tar.gz |
Updated reference.docx.
Instead of just "Hello, world", the document now contains
exemplars of most of the styles that have an effect on pandoc
documents.
This makes it easier to see the effect of style changes.
Closes #4175.
Diffstat (limited to 'data/docx/docProps')
-rw-r--r-- | data/docx/docProps/core.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/docx/docProps/core.xml b/data/docx/docProps/core.xml index 2274766e4..bc61390b0 100644 --- a/data/docx/docProps/core.xml +++ b/data/docx/docProps/core.xml @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><dc:title></dc:title><dc:creator></dc:creator></cp:coreProperties>
\ No newline at end of file +<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><dc:title>Title</dc:title><dc:creator>Author</dc:creator><cp:keywords></cp:keywords><dcterms:created xsi:type="dcterms:W3CDTF">2017-12-27T05:22:50Z</dcterms:created><dcterms:modified xsi:type="dcterms:W3CDTF">2017-12-27T05:22:50Z</dcterms:modified></cp:coreProperties>
\ No newline at end of file |