mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-20 06:25:47 +00:00
Added openxml template (writer still not implemented).
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user