diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
commit | 1cbc974e7e0bff62aedb2600660641f19aacbaa6 (patch) | |
tree | 93f95d6662c5a9426488e10ceaa5bb7d618fc982 /web/demos | |
parent | 0f4bdc6b7d52e1a2ce5db8f0df5fb06a5fdce324 (diff) | |
download | pandoc-1cbc974e7e0bff62aedb2600660641f19aacbaa6.tar.gz |
Removed markdown2pdf and all references to it.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1395 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/demos')
-rw-r--r-- | web/demos | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,11 +61,11 @@ click on the name of the output file: 13. From markdown to PDF: -@ markdown2pdf @@README@@ -o @@example13.pdf@@ +@ pandoc @@README@@ -o @@example13.pdf@@ 14. PDF with numbered sections and a custom LaTeX header: -@ markdown2pdf -N -C @@myheader.tex@@ @@README@@ -o @@example14.pdf@@ +@ pandoc -N -C @@myheader.tex@@ @@README@@ -o @@example14.pdf@@ [xmlto]: http://cyberelk.net/tim/xmlto/ |