Age | Commit message (Expand) | Author | Files | Lines |
2019-03-01 | HTML writer: include content under title slides. | John MacFarlane | 1 | -7/+9 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-10 | Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref. | John MacFarlane | 1 | -2/+10 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-02-02 | HTML5 writer: implement WAI-ARIA roles for (end)notes. | John MacFarlane | 1 | -12/+25 |
2019-01-07 | revealjs writer: fix some section nesting corner cases. | John MacFarlane | 1 | -6/+13 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 1 | -2/+20 |
2018-11-21 | HTML writer: use plain `"` instead of `"` outside of attributes. | John MacFarlane | 1 | -1/+2 |
2018-11-01 | HTML writer: use character entities references when possible for HTML5. | John MacFarlane | 1 | -2/+8 |
2018-10-04 | KaTeX: don't use autorenderer. | John MacFarlane | 1 | -5/+5 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 1 | -7/+11 |
2018-09-27 | HTML writer: avoid adding extra section nestings for revealjs. | John MacFarlane | 1 | -1/+1 |
2018-09-27 | HTML writer: omit unknown attributes in EPUB2 output. | John MacFarlane | 1 | -8/+140 |
2018-09-19 | Markdown reader: distinguish autolinks in the AST. | John MacFarlane | 1 | -5/+2 |
2018-09-11 | HTML writer: always output <dt> element, even if it is empty | Alexander Krotov | 1 | -3/+1 |
2018-08-08 | HTML writer: Don't prefix epub: attributes with data-. | John MacFarlane | 1 | -0/+1 |
2018-06-12 | reveal.js writer and template: reuse mathjax URL... | John MacFarlane | 1 | -5/+6 |
2018-05-09 | Restored and undeprecated gladtex for HTML math. | John MacFarlane | 1 | -1/+8 |
2018-05-09 | Fix regression with tex math environments in HTML + MathJax. | John MacFarlane | 1 | -11/+5 |
2018-05-07 | HTML writer: Strip links from headers when creating TOC. | John MacFarlane | 1 | -4/+12 |
2018-04-25 | Removed deprecated ancient HTML math methods. | John MacFarlane | 1 | -25/+0 |
2018-03-30 | EPUB writer: add epub:type="footnotes" to notes section in EPUB3. | John MacFarlane | 1 | -0/+5 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-17 | Work around Monoid/Semigroup-related compiler errors GHC 7.10. | John MacFarlane | 1 | -13/+12 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -1/+0 |
2018-02-22 | Presentations: Use divs to set incremental/non-incremental | Jesse Rosenthal | 1 | -7/+16 |
2018-01-19 | Conditional import to avoid warning. | John MacFarlane | 1 | -2/+5 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -6/+7 |
2018-01-09 | HTML writer: Fixed footnote backlinks with --id-prefix. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-12-26 | HTML writer: Use br elements in line blocks... | John MacFarlane | 1 | -2/+1 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 1 | -5/+9 |
2017-12-03 | Removed unnecessary import. | John MacFarlane | 1 | -1/+1 |
2017-12-03 | HTML writer: export tagWithAttributes. | John MacFarlane | 1 | -2/+19 |
2017-11-02 | Improved support for columns in HTML. | John MacFarlane | 1 | -5/+2 |
2017-11-02 | Use latest skylighting; ensure no duplicate ids on code lines. | John MacFarlane | 1 | -3/+11 |
2017-11-02 | Fixed revealjs slide column width issues. | John MacFarlane | 1 | -2/+7 |
2017-10-31 | HTML Writer: consistently use dashed class-names | mb21 | 1 | -3/+3 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -2/+2 |
2017-10-29 | hlint suggestions. | John MacFarlane | 1 | -51/+50 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -8/+8 |
2017-10-16 | HTML writer: don't add data- prefix to unknown attributes beginning with data-. | John MacFarlane | 1 | -0/+1 |
2017-10-05 | KaTeX fixes: | John MacFarlane | 1 | -19/+15 |
2017-08-29 | Add a type sig to satisfy ghc 7.10.3. | John MacFarlane | 1 | -0/+1 |
2017-08-28 | HTML writer: ensure we don't get two style attributes for width & height. | John MacFarlane | 1 | -2/+8 |
2017-08-17 | slidy uses https instead of http (#3848) | ickc | 1 | -1/+1 |
2017-08-14 | Implement multicolumn support for slide formats. | John MacFarlane | 1 | -1/+7 |
2017-08-10 | Slidy writer: use h1 for all slides... | John MacFarlane | 1 | -1/+5 |
2017-07-26 | Sorted the list of supported HTML5 attributes and removed duplicates. (#3817) | Wandmalfarbe | 1 | -80/+46 |
2017-07-26 | HTML writer: render raw inline environments when --mathjax used. | John MacFarlane | 1 | -3/+8 |