diff options
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.template b/man/man1/pandoc.1.template new file mode 100644 index 000000000..544ef0a97 --- /dev/null +++ b/man/man1/pandoc.1.template @@ -0,0 +1,13 @@ +$if(has-tables)$ +.\"t +$endif$ +.TH PANDOC 1 "$date$" "$title$" +.SH NAME +pandoc - general markup converter +$body$ +.SH SEE ALSO +.PP +\f[C]markdown2pdf\f[] (1). +.PP +The Pandoc source code and all documentation may be downloaded +from <http://johnmacfarlane.net/pandoc/>. |