Don't set "standalone" variable.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1717 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
44db4b3295
commit
0535396290
1 changed files with 1 additions and 4 deletions
|
@ -217,10 +217,7 @@ options =
|
||||||
|
|
||||||
, Option "s" ["standalone"]
|
, Option "s" ["standalone"]
|
||||||
(NoArg
|
(NoArg
|
||||||
(\opt -> do
|
(\opt -> return opt { optStandalone = True }))
|
||||||
let newvars = ("standalone", "yes") : optVariables opt
|
|
||||||
return opt { optStandalone = True,
|
|
||||||
optVariables = newvars }))
|
|
||||||
"" -- "Include needed header and footer on output"
|
"" -- "Include needed header and footer on output"
|
||||||
|
|
||||||
, Option "o" ["output"]
|
, Option "o" ["output"]
|
||||||
|
|
Loading…
Reference in a new issue