Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |