Removed deprecated --strict option entirely.

This commit is contained in:
John MacFarlane 2015-12-13 11:24:39 -08:00
parent 3573d99a31
commit 678e7da709

View file

@ -311,14 +311,6 @@ options =
"DIRECTORY") -- "Directory containing pandoc data files."
""
, Option "" ["strict"]
(NoArg
(\opt -> do
err 59 $ "The --strict option has been removed.\n" ++
"Use `markdown_strict' input or output format instead."
return opt ))
"" -- "Disable markdown syntax extensions"
, Option "R" ["parse-raw"]
(NoArg
(\opt -> return opt { optParseRaw = True }))