mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-12 18:45:58 +00:00
* Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs.
17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
$if(has-tables)$
|
|
.\"t
|
|
$endif$
|
|
.TH PANDOC 1 "$date$" "$title$"
|
|
.SH NAME
|
|
pandoc - general markup converter
|
|
$body$
|
|
.SH PANDOC'S MARKDOWN
|
|
For a complete description of pandoc's extensions to standard markdown,
|
|
see \f[C]pandoc_markdown\f[] (5).
|
|
.SH SEE ALSO
|
|
.PP
|
|
\f[C]markdown2pdf\f[] (1), \f[C]pandoc_markdown\f[] (5).
|
|
.PP
|
|
The Pandoc source code and all documentation may be downloaded
|
|
from <http://johnmacfarlane.net/pandoc/>.
|