Age | Commit message (Expand) | Author | Files | Lines |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 1 | -3/+3 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -0/+3 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -1/+1 |
2020-04-15 | Implement the new Table type | despresc | 1 | -1/+2 |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 1 | -1/+1 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2019-11-16 | ConTeXt writer: set csl-hanging-ident variable if needed. | John MacFarlane | 1 | -2/+6 |
2019-11-16 | ConTeXt writer: Use special environment for CSL references. | John MacFarlane | 1 | -0/+8 |
2019-11-16 | ConTeXt writer: use braces, not start/stop, for inline language tags. | John MacFarlane | 1 | -2/+2 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -74/+77 |
2019-09-08 | Replace Element and makeHierarchical with makeSections. | John MacFarlane | 1 | -11/+7 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 1 | -38/+45 |
2019-07-30 | ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`. | John MacFarlane | 1 | -5/+5 |
2019-07-28 | Use doctemplates 0.3, change type of writerTemplate. | John MacFarlane | 1 | -4/+5 |
2019-07-15 | Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610) | Karl Pettersson | 1 | -1/+4 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2018-09-20 | Fix compiler warning. | John MacFarlane | 1 | -1/+1 |
2018-09-20 | ConTeXt writer: change `\` to `/` in Windows image paths. | John MacFarlane | 1 | -1/+6 |
2018-09-04 | hlint some writers | Alexander Krotov | 1 | -2/+1 |
2018-08-15 | Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. | John MacFarlane | 1 | -9/+6 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-01-25 | ConTeXt writer: new section syntax and --section-divs (#4295) | Henri Menke | 1 | -17/+37 |
2018-01-23 | ConTeXt writer: xtables: correct wrong usage of caption | Henri Menke | 1 | -1/+1 |
2018-01-15 | ConTeXt writer: Use xtables instead of Tables (#4223) | Henri Menke | 1 | -26/+72 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-11-29 | Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt. | John MacFarlane | 1 | -3/+4 |
2017-10-29 | More hlint. | John MacFarlane | 1 | -14/+12 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -25/+25 |
2017-10-11 | ConTeXt writer: Use identifiers for chapters. | John MacFarlane | 1 | -6/+7 |
2017-08-11 | Added support for translations (localization) (see #3559). | John MacFarlane | 1 | -1/+1 |
2017-06-28 | Make `papersize: a4` work regardless of the case of `a4`. | John MacFarlane | 1 | -0/+5 |
2017-06-25 | BCP47: split toLang from getLang, rearranged types. | John MacFarlane | 1 | -33/+34 |
2017-06-25 | Refactored ConTeXt writer to use BCP47. | John MacFarlane | 1 | -34/+34 |
2017-06-20 | Writers: adjusted for renderTemplate' changes. | John MacFarlane | 1 | -3/+3 |
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 | -5/+8 |
2017-05-23 | Shared: Provide custom isURI that rejects unknown schemes [isURI] | Albert Krewinkel | 1 | -1/+1 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-03-10 | ConTeXt writer: converted to use PandocMonad. | John MacFarlane | 1 | -19/+28 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -27/+27 |
2017-03-03 | ConTeXt writer: remove unnecessary $ (#3482) | Alexander Krotov | 1 | -2/+2 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Removed writerTeXLigatures. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -2/+3 |
2017-01-25 | Adds support for pagebreaks (when it makes sense) | Hubert Plociniczak | 1 | -0/+1 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -3/+3 |
2016-11-27 | Refactor top-level division selection (#3261) | Albert Krewinkel | 1 | -8/+9 |
2016-11-26 | Allow to overwrite top-level division type heuristics (#3258) | Albert Krewinkel | 1 | -5/+6 |