aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2pdf.1
blob: 685f0af811eac84a3a67931a3cf95d56da414e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH PANDOC 1 "AUGUST 2006" Linux "User Manuals"
.SH NAME
markdown2pdf \- converts markdown-formatted text to PDF, using pdflatex 
.SH SYNOPSIS
.B markdown2pdf [input-file]
.SH DESCRIPTION
.B markdown2pdf 
converts input-file (or text from STDIN) from markdown-formatted
plain text to PDF, using pdflatex.  The name of the output file is derived
from the input file; thus, for example, if the input file is 'hello.txt',
the output file will be 'hello.pdf'.  If the input is read from STDIN, the
output file will be named 'stdin.pdf'.
.SH AUTHOR
John MacFarlane <jgm at berkeley.edu>
.SH "SEE ALSO"
pandoc (1), markdown2html (1), html2markdown (1), markdown2latex (1),
latex2markdown (1)