diff options
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/pandoc.1 b/man/man1/pandoc.1 index d8b226977..820be3276 100644 --- a/man/man1/pandoc.1 +++ b/man/man1/pandoc.1 @@ -33,6 +33,11 @@ converts \fIchap1.txt\fR from markdown to LaTeX. And .PP converts \fIREADME\fR from markdown to HTML. .PP +Pandoc's version of markdown is an extended variant of standard +markdown: the differences are described in the \fIREADME\fR file in +the user documentation. If standard markdown syntax is desired, the +\fB\-\-strict\fR option may be used. +.PP \fIPandoc\fR uses the UTF\-8 character encoding for both input and output. If your local character encoding is not UTF\-8, you should pipe input and output through \fBiconv\fR: |