From 5387ebd8db3b8cf98befd75d9aa42716acaf8dec Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 2 Jan 2007 02:58:54 +0000 Subject: Added 'hsmarkdown' wrapper, designed to be used as a drop-in replacement for Markdown.pl. It calls pandoc with the options '--from markdown --to html --strict' and disallows other options. (Any command-line options will be interpreted as arguments.) git-svn-id: https://pandoc.googlecode.com/svn/trunk@399 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/pandoc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/man1/pandoc.1') diff --git a/man/man1/pandoc.1 b/man/man1/pandoc.1 index a1df84208..4123cd5d9 100644 --- a/man/man1/pandoc.1 +++ b/man/man1/pandoc.1 @@ -4,7 +4,7 @@ pandoc \- general markup converter .SH SYNOPSIS \fBpandoc\fR [\fIoptions\fR] [\fIinput\-file\fR]... .SH DESCRIPTION -\fBPandoc\fR converts files from one markup format to another. It can +\fIPandoc\fR converts files from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, RTF, DocBook XML, and S5 HTML slide shows. -- cgit v1.2.3