aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Slides.hs
AgeCommit message (Expand)Author
2022-07-04Ensure that Nulls are ignored in creating slide shows.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-20Changes to Slides to be more flexible with Div structure.John MacFarlane
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-10-29Source code reformatting.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-11-22hlint fixesJohn MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2013-10-29Slides: Preserve `<div class="references">` in references slide.John MacFarlane
2013-09-18Fixed reference slides.John MacFarlane
2013-03-23Reveal.js improvements.John MacFarlane
2013-03-21Added basic support for reveal.js.Jamie F. Olson
2013-01-09Added Attr field to Header.John MacFarlane
2012-06-25Don't generate empty H1 after hrule slide breaks.John MacFarlane
2012-05-24Add support for Slideous output.Jonas Smedegaard
2012-01-24Slides: Fixed bug in prepSlides.John MacFarlane
2012-01-23Slides: New approach, using hierarchicalize.John MacFarlane
2012-01-23Slides: Better error message.John MacFarlane
2012-01-23Use Slides in LaTeX writer for beamer.John MacFarlane
2012-01-22Got slide creation working.John MacFarlane
2012-01-22Added to Slides.John MacFarlane
2012-01-22Added Text.Pandoc.Slides.John MacFarlane