aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-10Add RTF reader.John MacFarlane1-0/+3
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-45/+52
2021-04-19Issue error message when reader or writer format is malformed.John MacFarlane1-3/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+8
2020-07-19Add commonmark_x output format...John MacFarlane1-0/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane1-0/+3
2019-12-17Add jira reader (#5913)Albert Krewinkel1-0/+3
2019-12-09More informative JSON parse error.John MacFarlane1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-5/+6
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane1-6/+20
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+3
2019-01-06Add DokuWiki reader (#5108)Alexander1-0/+3
2018-11-29Changed types of writeJSON and readJSON.John MacFarlane1-8/+7
2018-05-09Merge branch 'master' into groff_readerYan Pashkovsky1-2/+7
2018-04-26Add FB2 reader (#4539)Alexander1-0/+3
2018-03-29Removed unused extensions (#4506)Anabra1-3/+3
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-02-25initialYan Pas1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie1-1/+4
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-5/+5
2017-10-26Creole reader (#3994)Sascha Wilde1-0/+3
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane1-3/+1
2017-08-07Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane1-0/+3
2017-07-21Added TikiWiki reader (#3800)rlpowell1-0/+3
2017-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane1-8/+4
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei1-0/+3
2017-06-19Add Muse reader (#3620)Alexander Krotov1-0/+3
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-1/+0
2017-06-10Readers: Changed StringReader -> TextReader.John MacFarlane1-23/+26
2017-04-26API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel1-0/+146