diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-03 22:10:18 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-03 22:10:18 -0800 |
| commit | fb5f9a90f1f75bc752c58d9fbc894909badfc376 (patch) | |
| tree | 2a6c0da96663556e414759c1dbf7c1259ebbed6b /src | |
| parent | 38fbfed35e37a878427499d7883b0a0b4a092a38 (diff) | |
| download | pandoc-fb5f9a90f1f75bc752c58d9fbc894909badfc376.tar.gz | |
New slidy directory for "self-contained."
Diffstat (limited to 'src')
| -rw-r--r-- | src/pandoc.hs | 2 |
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" |
