aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pandoc.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 7af43d3a4..ef38c0332 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -321,7 +321,8 @@ options =
, Option "" ["offline"]
(NoArg
- (\opt -> return opt { optOffline = True }))
+ (\opt -> return opt { optOffline = True,
+ optStandalone = True }))
"" -- "Make slide shows include all the needed js and css"
, Option "" ["xetex"]