Age | Commit message (Expand) | Author | Files | Lines |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-12-09 | Man writer: omit internal links. | John MacFarlane | 1 | -0/+2 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -1/+1 |
2017-10-29 | hlint suggestions. | John MacFarlane | 1 | -17/+17 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -1/+1 |
2017-08-07 | Man writer: removed some unneeded imports. | John MacFarlane | 1 | -2/+0 |
2017-08-07 | Man writer: avoid error for def lists with no definitions. | John MacFarlane | 1 | -9/+12 |
2017-06-20 | Writers: adjusted for renderTemplate' changes. | John MacFarlane | 1 | -1/+1 |
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 | -13/+17 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-04-12 | Man writer: Fix handling of nested font commands. | John MacFarlane | 1 | -9/+37 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -16/+16 |
2017-03-01 | Writers: Use gets to access MonadState where possible (#3480) | Alexander Krotov | 1 | -3/+3 |
2017-02-17 | Added warnings for non-rendered blocks to some writers. | John MacFarlane | 1 | -5/+10 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Refactored math conversion in writers. | John MacFarlane | 1 | -3/+3 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Implement Errors in PandocMonad | Jesse Rosenthal | 1 | -26/+31 |
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 | -1/+2 |
2016-12-05 | Man writer: Ensure that periods are escaped at beginning of line. | John MacFarlane | 1 | -4/+2 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -3/+3 |
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -1/+2 |
2016-08-27 | Man writer: allow section numbers that are not a single digit. | John MacFarlane | 1 | -5/+5 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+3 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -3/+3 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-01 | Set the template variable $pandoc-version$ to pandocVersion by default. | Alex Vong | 1 | -0/+1 |
2015-10-01 | Set the template variable $hyphenate$ to true by default | Alex Vong | 1 | -0/+1 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -3/+3 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2014-08-04 | Use `stripPrefix` where appropriate. | Artyom Kazak | 1 | -2/+3 |
2014-07-19 | Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 | Matthew Pickering | 1 | -2/+2 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-03-12 | Man writer: Ensure that terms in definition lists aren't line wrapped. | John MacFarlane | 1 | -1/+1 |
2013-11-01 | TexMath: Export readTeXMath', which attends to display/inline. | John MacFarlane | 1 | -2/+3 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -4/+6 |
2013-08-08 | Preliminary support for new Div and Span elements in writers. | John MacFarlane | 1 | -0/+2 |
2013-07-01 | Created Text.Pandoc.Writers.Shared, improved metaToJSON. | John MacFarlane | 1 | -2/+2 |
2013-06-29 | Metadata changes: Variables now completely shadow metadata. | John MacFarlane | 1 | -2/+2 |
2013-06-27 | Writers: Use defField for defaults. | John MacFarlane | 1 | -7/+7 |
2013-06-27 | Man writer: give more fine-grained control in template. | John MacFarlane | 1 | -10/+16 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -19/+17 |
2013-06-24 | Revised Text.Pandoc.Templates to accept JSON contexts. | John MacFarlane | 1 | -1/+5 |
2013-04-09 | Man writer: use one decimal place for column widths. | John MacFarlane | 1 | -1/+1 |