summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/CommonMark.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Introduce `HasSyntaxExtensions` typeclass (#4074)Alexander2017-11-16
* hlintAlexander Krotov2017-11-01
* hlint changes.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* update years in copyrightKolen Cheung2017-10-26
* Thread options through CommonMark reader.John MacFarlane2017-08-08
* Support `hard_line_breaks` in CommonMark reader.John MacFarlane2017-08-08
* CommonMark reader: support `emoji` extension.John MacFarlane2017-08-08
* CommonMark reader: support `gfm_auto_identifiers`.John MacFarlane2017-08-08
* CommonMark reader: make exts depend on extensions.John MacFarlane2017-08-07
* Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2017-08-07
* Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane2017-08-07
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Use cmark 0.5.John MacFarlane2015-12-29
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* Updated readers, writers and README for link attributemb212015-08-07
* Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
* Fixed a compiler warning.John MacFarlane2015-03-17
* Added CommonMark reader using cmark (libcmark bindings).John MacFarlane2015-03-17