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:
parent
91d9fffe9e
commit
c2e207a1f6
1 changed files with 8 additions and 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@@
|
||||
|
||||
|
|
Loading…
Reference in a new issue