diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-10-21 11:24:25 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-10-21 11:24:25 -0700 |
commit | f2f8ddabc876c2c4a3838448f918f9cb1cc0c1b9 (patch) | |
tree | fe3342df8d4f716438325b43b306d7b7583184cb | |
parent | 7786794809d88ee7b6247de5fc864cab4b0ec01a (diff) | |
download | pandoc-f2f8ddabc876c2c4a3838448f918f9cb1cc0c1b9.tar.gz |
Don't look for slidy files in data files w/ --self-contained.
-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" |