Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 | |
The haddock module header contains essentially the same information, so the boilerplate is redundant and just one more thing to get out of sync. | |||||
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 | |
Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592. | |||||
2018-11-19 | For bibliography match Div with id 'refs', not class 'references'. | John MacFarlane | 1 | -2/+3 | |
This was a mismatch between pandoc's docx, epub, latex, and markdown writers and the behavior of pandoc-citeproc, which actually looks for a div with id 'refs' rather than one with class 'references'. | |||||
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 | |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -2/+2 | |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 | |
This follows the suggestions given by the FSF for GPL licensed software. <https://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html> | |||||
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -2/+2 | |
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 1 | -2/+2 | |
2015-11-22 | hlint fixes | John MacFarlane | 1 | -1/+1 | |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 | |
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. | |||||
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 | |
This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. | |||||
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 | |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 | |
2013-10-29 | Slides: Preserve `<div class="references">` in references slide. | John MacFarlane | 1 | -2/+2 | |
2013-09-18 | Fixed reference slides. | John MacFarlane | 1 | -1/+6 | |
The Div container around references messed up the procedure for carving a document into slides. So we now remove the surrounding Div in prepSlides. | |||||
2013-03-23 | Reveal.js improvements. | John MacFarlane | 1 | -1/+1 | |
Changed name to revealjs (from reveal_js). Set revealjs-url template variable to 'reveal.js' by default. | |||||
2013-03-21 | Added basic support for reveal.js. | Jamie F. Olson | 1 | -1/+1 | |
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. | |||||
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -7/+7 | |
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. | |||||
2012-06-25 | Don't generate empty H1 after hrule slide breaks. | John MacFarlane | 1 | -2/+3 | |
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. | |||||
2012-05-24 | Add support for Slideous output. | Jonas Smedegaard | 1 | -1/+1 | |
2012-01-24 | Slides: Fixed bug in prepSlides. | John MacFarlane | 1 | -1/+1 | |
2012-01-23 | Slides: New approach, using hierarchicalize. | John MacFarlane | 1 | -44/+13 | |
This will work better with the HTML slideshows. | |||||
2012-01-23 | Slides: Better error message. | John MacFarlane | 1 | -1/+1 | |
2012-01-23 | Use Slides in LaTeX writer for beamer. | John MacFarlane | 1 | -10/+6 | |
2012-01-22 | Got slide creation working. | John MacFarlane | 1 | -9/+24 | |
2012-01-22 | Added to Slides. | John MacFarlane | 1 | -0/+43 | |
2012-01-22 | Added Text.Pandoc.Slides. | John MacFarlane | 1 | -0/+34 | |