summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Slides.hs
Commit message (Collapse)AuthorAge
* Reveal.js improvements.John MacFarlane2013-03-23
| | | | | Changed name to revealjs (from reveal_js). Set revealjs-url template variable to 'reveal.js' by default.
* Added basic support for reveal.js.Jamie F. Olson2013-03-21
| | | | | | | | 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.
* Added Attr field to Header.John MacFarlane2013-01-09
| | | | | | | | | | Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers.
* Don't generate empty H1 after hrule slide breaks.John MacFarlane2012-06-25
| | | | | | | | We now use a slide-level header with contents [Str "\0"] to mark an hrule break. This avoids creation of an empty H1 in these contexts. Closes #484.
* Add support for Slideous output.Jonas Smedegaard2012-05-24
|
* Slides: Fixed bug in prepSlides.John MacFarlane2012-01-24
|
* Slides: New approach, using hierarchicalize.John MacFarlane2012-01-23
| | | | This will work better with the HTML slideshows.
* Slides: Better error message.John MacFarlane2012-01-23
|
* Use Slides in LaTeX writer for beamer.John MacFarlane2012-01-23
|
* Got slide creation working.John MacFarlane2012-01-22
|
* Added to Slides.John MacFarlane2012-01-22
|
* Added Text.Pandoc.Slides.John MacFarlane2012-01-22