Added a note to pandoc(1) man page about the differences between

standard markdown and Pandoc's markdown-variant.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@361 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2006-12-31 19:41:44 +00:00
parent 0d182772f9
commit e9abe72a27

View file

@ -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: