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"]
|
||||
(NoArg
|
||||
(\opt -> do
|
||||
let newvars = ("standalone", "yes") : optVariables opt
|
||||
return opt { optStandalone = True,
|
||||
optVariables = newvars }))
|
||||
(\opt -> return opt { optStandalone = True }))
|
||||
"" -- "Include needed header and footer on output"
|
||||
|
||||
, Option "o" ["output"]
|
||||
|
|
Loading…
Reference in a new issue