aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-03 12:09:31 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-03 12:09:31 -0800
commitaaaaf8e94ee88409b174fc342ddce877bc596de6 (patch)
tree17f2b92132155cb9938ee5832deebf88bd0cc295
parent04e35de2de8c45603993f60e5869bf9d1fddfa28 (diff)
downloadpandoc-aaaaf8e94ee88409b174fc342ddce877bc596de6.tar.gz
Added openxml template (writer still not implemented).
-rw-r--r--default.openxml6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.openxml b/default.openxml
new file mode 100644
index 000000000..17eaa325b
--- /dev/null
+++ b/default.openxml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
+<w:body>
+$body$
+</w:body>
+</w:document>