summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/CommonMark.hs
Commit message (Expand)AuthorAge
* commonmark/gfm writer: use raw html for native divs/spans.John MacFarlane2017-12-03
* commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions.John MacFarlane2017-12-03
* Support `--webtex` for `gfm` output.John MacFarlane2017-11-28
* Fix strikethrough in gfm writer.John MacFarlane2017-11-04
* More hlint.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* update years in copyrightKolen Cheung2017-10-26
* CommonMark writer: omit "fig:" prefix in image titles.John MacFarlane2017-10-13
* CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane2017-08-13
* CommonMark writer: avoid excess blank lines at end of output.John MacFarlane2017-08-08
* CommonMark writer: support `hard_line_breaks`, `smart`.John MacFarlane2017-08-08
* CommonMark writer: Support pipe tables.John MacFarlane2017-08-08
* CommonMark writer: support table, strikethrough extensions...John MacFarlane2017-08-08
* Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2017-08-07
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Use smallcaps class for SmallCaps in CommonMark writer.John MacFarlane2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Use cmark 0.5.John MacFarlane2015-12-29
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Updated readers, writers and README for link attributemb212015-08-07
* Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* Updated to use cmark >= 0.4.John MacFarlane2015-07-14
* Correct superscript/subscript.Andrew Dunning2015-07-08
* Added CommonMark writer.John MacFarlane2015-03-29