summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJamie F. Olson <jamie.f.olson@gmail.com>2013-03-20 16:59:47 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2013-03-21 14:54:17 -0700
commit6b53a905c4f4578d275cf7567038d4b870b94848 (patch)
tree249456bbc32df344ab99310c8f74704e45ddc6f9 /pandoc.hs
parentff9af6c9e50bbe6d6bc58427338b703513622094 (diff)
Added basic support for reveal.js.
Support unordered and ordered lists with "fragment" elements. Modified by JGM to remove the --reveal_js-url command-line option. Instead use -V reveal_js-url=... as with slidy and the other slide formats. Also cleaned up the list code in the HTML writer.
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 322e74233..8ec570bb3 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"]
+ "s5","slidy","slideous","dzslides","reveal_js"]
selfcontain = if selfContained && htmlFormat
then makeSelfContained datadir
else return