aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 20:15:19 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 20:15:19 +0000
commitfbf7bba8af3ef71600661b36edc58733fa97c1e5 (patch)
tree5e3249d1d1c7a215db0c6062971c0ba61a7e7299
parente70bc561145c9e2a4cc8726f1f34e736f1d0dd12 (diff)
downloadpandoc-fbf7bba8af3ef71600661b36edc58733fa97c1e5.tar.gz
Clarified role of --strict option when input is HTML.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@773 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index bc6e4b3d1..d262f13d1 100644
--- a/README
+++ b/README
@@ -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.