aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-03-23 21:46:27 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2013-03-23 21:48:34 -0400
commitda1e38893a1d3ec336e9c3244959396dd27a9d6e (patch)
treefb99e2d291777bcf3a9c5e2971a5cadd03584184 /pandoc.hs
parent388acaa5f100d4df91e7014705770091410dcf23 (diff)
downloadpandoc-da1e38893a1d3ec336e9c3244959396dd27a9d6e.tar.gz
Reveal.js improvements.
Changed name to revealjs (from reveal_js). Set revealjs-url template variable to 'reveal.js' by default.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 8ec570bb3..9f847c5bc 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -1113,7 +1113,7 @@ main = do
>>= writerFn outputFile . handleEntities
where htmlFormat = writerName' `elem`
["html","html+lhs","html5","html5+lhs",
- "s5","slidy","slideous","dzslides","reveal_js"]
+ "s5","slidy","slideous","dzslides","revealjs"]
selfcontain = if selfContained && htmlFormat
then makeSelfContained datadir
else return