summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers.hs
Commit message (Expand)AuthorAge
* 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
* Added TikiWiki reader (#3800)rlpowell2017-07-21
* Readers.getReader, Writers.getWriter API change.John MacFarlane2017-06-24
* Added Vimwiki reader (#3705).Yuchen Pei2017-06-19
* Add Muse reader (#3620)Alexander Krotov2017-06-19
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Readers: Changed StringReader -> TextReader.John MacFarlane2017-06-10
* API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel2017-04-26