aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pandoc.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 8ccdf205e..7dbbab5c7 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -319,6 +319,8 @@ options =
, Option "" ["self-contained"]
(NoArg
(\opt -> return opt { optSelfContained = True,
+ optVariables = ("slidy-url","slidy") :
+ optVariables opt,
optStandalone = True }))
"" -- "Make slide shows include all the needed js and css"