aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-0/+2
2021-04-19Issue error message when reader or writer format is malformed.John MacFarlane1-3/+3
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane1-0/+5
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/+3
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-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-1/+7
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-6/+7
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane1-9/+26
2019-06-05Add jira writer (#5548)Albert Krewinkel1-0/+3
2019-04-02Add XWiki Support (#4167)Derek Chen-Becker1-0/+3
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
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