Clarified role of --strict option when input is HTML.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@773 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-07-22 20:15:19 +00:00
parent e70bc56114
commit fbf7bba8af

4
README
View file

@ -243,9 +243,9 @@ preserved, rather than converted to spaces (the default).
`--strict` specifies that strict markdown syntax is to be used, without
pandoc's usual extensions and variants (described below). When the
input format is not markdown, this means that constructs that have no
input format is HTML, this means that constructs that have no
equivalents in standard markdown (e.g. definition lists or strikeout
text) will not be parsed.
text) will be parsed as raw HTML.
`--reference-links` causes reference-style links to be used in markdown
and reStructuredText output. By default inline links are used.