Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-04 | Implement --toc in commonmark/gfm writers. | John MacFarlane | 1 | -2/+13 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 1 | -9/+16 |
2019-01-02 | Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`. | John MacFarlane | 1 | -1/+1 |
2018-11-05 | CommonMark writer: make sure --ascii affects quotes, super/subscript. | John MacFarlane | 1 | -6/+12 |
2018-11-05 | CommonMark writer: respect --ascii (#5043) | quasicomputational | 1 | -1/+18 |
2018-10-05 | CommonMark writer: add plain text fallbacks. (#4531) | quasicomputational | 1 | -10/+42 |
2018-07-15 | Make markdown and github writers respect the `emoji` extension. | John MacFarlane | 1 | -0/+5 |
2018-04-05 | CommonMark writer: correctly ignore LaTeX raw blocks when not raw_tex (#4533) | quasicomputational | 1 | -1/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-12-03 | commonmark/gfm writer: use raw html for native divs/spans. | John MacFarlane | 1 | -4/+14 |
2017-12-03 | commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions. | John MacFarlane | 1 | -6/+12 |
2017-11-28 | Support `--webtex` for `gfm` output. | John MacFarlane | 1 | -6/+16 |
2017-11-04 | Fix strikethrough in gfm writer. | John MacFarlane | 1 | -1/+1 |
2017-10-29 | More hlint. | John MacFarlane | 1 | -6/+6 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -3/+3 |
2017-10-26 | update years in copyright | Kolen Cheung | 1 | -2/+2 |
2017-10-13 | CommonMark writer: omit "fig:" prefix in image titles. | John MacFarlane | 1 | -0/+3 |
2017-08-13 | CommonMark writer: prefer pipe tables to HTML tables... | John MacFarlane | 1 | -3/+2 |
2017-08-08 | CommonMark writer: avoid excess blank lines at end of output. | John MacFarlane | 1 | -1/+1 |
2017-08-08 | CommonMark writer: support `hard_line_breaks`, `smart`. | John MacFarlane | 1 | -8/+15 |
2017-08-08 | CommonMark writer: Support pipe tables. | John MacFarlane | 1 | -16/+75 |
2017-08-08 | CommonMark writer: support table, strikethrough extensions... | John MacFarlane | 1 | -59/+90 |
2017-08-07 | Remove GFM modules; use CMarkGFM for both gfm and commonmark. | John MacFarlane | 1 | -1/+1 |
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 | -7/+6 |
2017-03-04 | Use smallcaps class for SmallCaps in CommonMark writer. | John MacFarlane | 1 | -1/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -8/+8 |
2017-01-25 | Provide explicit separate functions for HTML 4 and 5. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Deleted whitespace at end of source lines. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -62/+72 |
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-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -1/+2 |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -17/+17 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -2/+3 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -1/+1 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -1/+1 |
2015-07-14 | Updated to use cmark >= 0.4. | John MacFarlane | 1 | -4/+4 |
2015-07-08 | Correct superscript/subscript. | Andrew Dunning | 1 | -3/+3 |
2015-03-29 | Added CommonMark writer. | John MacFarlane | 1 | -0/+178 |