aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers.hs
AgeCommit message (Expand)AuthorFilesLines
2019-02-09Adds Asciidoctor sprcific writer and testsTG1-0/+2
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
2018-11-29Changed types of writeJSON and readJSON.John MacFarlane1-3/+3
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-11Integrate Powerpoint writer into pandoc.Jesse Rosenthal1-0/+3
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-4/+4
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-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane1-7/+4
2017-06-10Writers: changed StringWriter -> TextWriter.John MacFarlane1-46/+47
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-26API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel1-0/+193