Age | Commit message (Expand) | Author | Files | Lines |
2017-07-25 | HTML writer: insert data- in front of unsupported attributes. | John MacFarlane | 1 | -48/+309 |
2017-06-26 | Use `table-of-contents` for contents of toc, make `toc` a boolean. | John MacFarlane | 1 | -2/+6 |
2017-06-23 | HTML writer: make sure html4, html5 formats work for raw blocks/inlines. | John MacFarlane | 1 | -14/+26 |
2017-06-20 | Writers: adjusted for renderTemplate' changes. | John MacFarlane | 1 | -1/+1 |
2017-06-18 | Use revealjs's math plugin for mathjax. | John MacFarlane | 1 | -1/+7 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -22/+28 |
2017-06-01 | HTML writer: Avoid two class attributes when adding 'uri' class. | John MacFarlane | 1 | -7/+7 |
2017-05-26 | HTML writer: Removed unused parameter in dimensionsToAttributeList. | John MacFarlane | 1 | -3/+3 |
2017-05-25 | Allow em for image height/width in HTML, LaTeX. | John MacFarlane | 1 | -4/+3 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-04-25 | HTML line block: Use class instead of style attribute. | John MacFarlane | 1 | -1/+1 |
2017-04-04 | Add original classes to JS obfuscated links (#3554) | Timm Albers | 1 | -1/+4 |
2017-04-03 | Add class to footnote back references | Timm Albers | 1 | -1/+1 |
2017-03-30 | Allow dynamic loading of syntax definitions. | John MacFarlane | 1 | -3/+4 |
2017-03-13 | Highlighting: highlighting now returns an Either rather than Maybe. | John MacFarlane | 1 | -8/+13 |
2017-03-09 | HTML writer: info message if 'lang' is unspecified. | John MacFarlane | 1 | -1/+4 |
2017-03-09 | HTML writer: fallback to basename rather than Untitled. | John MacFarlane | 1 | -4/+5 |
2017-03-04 | HTML writer: only issue warning for missing title if --standalone. | John MacFarlane | 1 | -11/+13 |
2017-03-04 | HTML writer: Render SmallCaps as span with smallcaps class. | John MacFarlane | 1 | -1/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -50/+53 |
2017-03-04 | HTML writer: issue warning if no title specified and template used. | John MacFarlane | 1 | -7/+14 |
2017-02-23 | Special-case .stretch class for images in reveal.js. | John MacFarlane | 1 | -6/+21 |
2017-02-20 | Use lazy loading for reveal.js slide shows. | John MacFarlane | 1 | -7/+18 |
2017-02-11 | HTML writer: report when not rendering raw inline/block. | John MacFarlane | 1 | -3/+8 |
2017-02-03 | HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ... | Mauro Bieg | 1 | -3/+5 |
2017-01-30 | `--mathml` and MathML in HTMLMathMethod longer take an argument. | John MacFarlane | 1 | -6/+2 |
2017-01-27 | HTML: export separate functions for slide formats. | John MacFarlane | 1 | -53/+111 |
2017-01-27 | HTML writer: export writeHtmlStringForEPUB. | John MacFarlane | 1 | -6/+26 |
2017-01-25 | Provide explicit separate functions for HTML 4 and 5. | John MacFarlane | 1 | -43/+74 |
2017-01-25 | Removed writerHighlight; made writerHighlightStyle a Maybe. | John MacFarlane | 1 | -7/+12 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Removed writerIgnoreNotes. | John MacFarlane | 1 | -6/+4 |
2017-01-25 | Refactored math conversion in writers. | John MacFarlane | 1 | -9/+6 |
2017-01-25 | Fix rebasing errors. | Jesse Rosenthal | 1 | -1/+1 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Implement Errors in PandocMonad | Jesse Rosenthal | 1 | -32/+38 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -4/+5 |
2017-01-25 | Adds support for pagebreaks (when it makes sense) | Hubert Plociniczak | 1 | -0/+1 |
2016-12-24 | HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327) | Mauro Bieg | 1 | -3/+8 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -14/+8 |
2016-11-27 | Updated renderHtml import in HTML writer to avoid deprecated function. | John MacFarlane | 1 | -2/+1 |
2016-10-25 | reveal.js: don't change slide title to level 1 header. | John MacFarlane | 1 | -3/+1 |
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -1/+8 |
2016-09-02 | Remove Compat.Monoid | Jesse Rosenthal | 1 | -1/+1 |
2016-06-22 | HTML writer: Better support for raw LaTeX environments. | John MacFarlane | 1 | -12/+41 |
2016-04-29 | HTML writer: ensure mathjax link is added when math appears in footnote. | John MacFarlane | 1 | -3/+2 |
2016-02-03 | HTML writer: don't include alignment attribute for default table columns. | John MacFarlane | 1 | -2/+5 |
2016-01-14 | HTML writer: harmless code simplification. | John MacFarlane | 1 | -34/+32 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -3/+7 |