Small tweak on last demo in website.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@479 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-01-09 07:16:51 +00:00
parent 5bcfa22330
commit edfac2b491

View file

@ -30,8 +30,8 @@ Converting a web page to markdown:
html2markdown http://www.gnu.org/software/make/ -o example0.txt
From markdown to PDF:
markdown2pdf README -o example0.pdf
Using a custom LaTeX header to change the font style of the PDF:
markdown2pdf -C myheader.tex README -o example0.pdf'
PDF with numbered sections and a custom LaTeX header:
markdown2pdf -N -C myheader.tex README -o example0.pdf'
oldifs=$IFS
IFS=$NEWLINE