From fb5f9a90f1f75bc752c58d9fbc894909badfc376 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Dec 2011 22:10:18 -0800 Subject: New slidy directory for "self-contained." --- src/pandoc.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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" -- cgit v1.2.3