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