diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-03 12:09:31 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-03 12:09:31 -0800 |
commit | aaaaf8e94ee88409b174fc342ddce877bc596de6 (patch) | |
tree | 17f2b92132155cb9938ee5832deebf88bd0cc295 | |
parent | 04e35de2de8c45603993f60e5869bf9d1fddfa28 (diff) | |
download | pandoc-aaaaf8e94ee88409b174fc342ddce877bc596de6.tar.gz |
Added openxml template (writer still not implemented).
-rw-r--r-- | default.openxml | 6 |
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> |