Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -20/+47 |
2015-11-19 | Merge pull request #2532 from michaelbeaumont/fix-2530 | John MacFarlane | 1 | -5/+3 |
2015-11-19 | Merge pull request #2506 from adunning/patch-1 | John MacFarlane | 1 | -3/+0 |
2015-11-16 | HTML writer: Include `example` class for example lists. | John MacFarlane | 1 | -0/+3 |
2015-11-15 | Interpret pauses correctly for all headers | michaelbeaumont | 1 | -5/+3 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -0/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-09 | Remove redundant `center` variable for reveal.js. | Andrew Dunning | 1 | -3/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-30 | HTML writer: use width on whole table if col widths sum to < 100%. | John MacFarlane | 1 | -2/+9 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -2/+0 |
2015-10-11 | HTML reader/writer: better handling of "section" elements. | John MacFarlane | 1 | -2/+5 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -11/+12 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -9/+35 |
2015-07-21 | DZSlides: Add `role="note"` for speaker notes. | John MacFarlane | 1 | -1/+2 |
2015-07-13 | HTML writer: support speaker notes in dzslides. | John MacFarlane | 1 | -0/+1 |
2015-07-07 | Fixed email javascript obfuscation with mailto: URLs. | John MacFarlane | 1 | -2/+2 |
2015-05-27 | Revealjs: allow 'center' to be set to false. | John MacFarlane | 1 | -0/+3 |
2015-05-11 | Don't use sup element for epub footnotes. | John MacFarlane | 1 | -2/+4 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-03-14 | Really fix #1394. | John MacFarlane | 1 | -5/+6 |
2015-02-25 | HTML writer: include raw latex blocks if --mathjax specified. | John MacFarlane | 1 | -1/+8 |
2015-02-04 | Append newline to the LineBreak of various writers | Tim Lin | 1 | -1/+2 |
2015-02-01 | HTML writer: Add "inline" or "display" class to math spans. | John MacFarlane | 1 | -57/+60 |
2015-01-29 | Refactored `if x then [] else y` to `[y | not x]` | Konstantin Zudov | 1 | -6/+2 |
2015-01-29 | Do not ommit missing `alt` attribute on `img` tag | Konstantin Zudov | 1 | -4/+1 |
2015-01-27 | Fixed list-style-type for numbered example lists. | John MacFarlane | 1 | -1/+3 |
2015-01-19 | Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3. | John MacFarlane | 1 | -0/+3 |
2014-12-15 | HTML writer: put newline btw img and caption paragraph. | John MacFarlane | 1 | -1/+1 |
2014-12-15 | Text.Pandoc.Readers.HTML: Retain display type of MathML output | Matthew Pickering | 1 | -2/+4 |
2014-10-23 | HTML writer: Make header attributes work outside top level. | John MacFarlane | 1 | -4/+14 |
2014-09-25 | HTML Writer: Don't double render when email-obfuscation=none | mpickering | 1 | -5/+5 |
2014-09-25 | Add support for KaTeX HTML math | mpickering | 1 | -0/+19 |
2014-09-25 | HTML Writer: MathML now outputted with tex annotation. | mpickering | 1 | -1/+15 |