mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 05:55:39 +00:00
openxml: Added xmlns for relationships.
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
|
||||
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math">
|
||||
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
|
||||
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
|
||||
<w:body>
|
||||
$body$
|
||||
</w:body>
|
||||
|
||||
Reference in New Issue
Block a user