diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-03-19 18:47:04 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-03-19 18:47:04 +0000 |
commit | c2e207a1f65dc128c2fe1db6c3fa529762512ce1 (patch) | |
tree | 39aa1d207dc9915b9b0fd174974946141c0c347d /web/demos | |
parent | 91d9fffe9e70a59bf37823670d8f975179f4d001 (diff) | |
download | pandoc-c2e207a1f65dc128c2fe1db6c3fa529762512ce1.tar.gz |
Added demos for opendocument XML and markdown2odt.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1260 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/demos')
-rw-r--r-- | web/demos | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -94,3 +94,11 @@ click on the name of the output file: @ makeinfo @@example19.texi@@ --html -o @@example19@@ @ texi2pdf @@example19.texi@@ # produces @@example19.pdf@@ +20. OpenDocument XML: + +@ pandoc @@README@@ -s -w opendocument -o @@example20.xml@@ + +21. From markdown to ODT (OpenDocument Text, readable by OpenOffice): + +@ markdown2odt @@README@@ -o @@README.odt@@ + |