Removed deprecated --strict option entirely.
This commit is contained in:
parent
3573d99a31
commit
678e7da709
1 changed files with 0 additions and 8 deletions
|
@ -311,14 +311,6 @@ options =
|
||||||
"DIRECTORY") -- "Directory containing pandoc data files."
|
"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"]
|
, Option "R" ["parse-raw"]
|
||||||
(NoArg
|
(NoArg
|
||||||
(\opt -> return opt { optParseRaw = True }))
|
(\opt -> return opt { optParseRaw = True }))
|
||||||
|
|
Loading…
Add table
Reference in a new issue