Added demos for opendocument XML and markdown2odt.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1260 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-03-19 18:47:04 +00:00
parent 91d9fffe9e
commit c2e207a1f6

View file

@ -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@@