diff options
-rw-r--r-- | pandoc.hs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -461,8 +461,6 @@ 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" |