mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-15 03:55:38 +00:00
--offline implies --standalone.
This commit is contained in:
+2
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user