summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/CommonMark.hs
Commit message (Expand)AuthorAge
* 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