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:
parent
5bcfa22330
commit
edfac2b491
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue