aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-03 22:10:18 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-03 22:10:18 -0800
commitfb5f9a90f1f75bc752c58d9fbc894909badfc376 (patch)
tree2a6c0da96663556e414759c1dbf7c1259ebbed6b /src
parent38fbfed35e37a878427499d7883b0a0b4a092a38 (diff)
downloadpandoc-fb5f9a90f1f75bc752c58d9fbc894909badfc376.tar.gz
New slidy directory for "self-contained."
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"