aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers.hs
AgeCommit message (Expand)Author
2025-11-26Add asciidoc as an input format.John MacFarlane
2025-11-24Add `xlsx` (Microsoft Excel) as an input format.Anton Antich
2025-11-24Support pptx (PowerPoint) as an input format.Anton Antich
2025-07-26New `xml` format exactly representing a Pandoc AST.massifrg
2024-12-27Add Pod readerEvan Silberman
2024-12-05Add mdoc readerEvan Silberman
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-02-14T.P.Readers: add readDjot to exports.John MacFarlane
2024-02-13Add djot reader and writer.djotJohn MacFarlane
2024-01-16Add readMan to Text.Pandoc.Readers exportsGeorge Stagg
2023-10-26Add `bits` as synonym of `jats` as input format.John MacFarlane
2023-06-06Add typst reader.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-08[API Change] T.P.Error: Add new constructor "PandocFormatError"Albert Krewinkel
2022-04-24Add tsv (tab separated values) as an input format.John MacFarlane
2022-02-05Add RIS bibliography format reader.John MacFarlane
2022-02-04Add endnote XML reader.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-08-10Add RTF reader.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-19Issue error message when reader or writer format is malformed.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane
2020-07-19Add commonmark_x output format...John MacFarlane
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane
2019-12-17Add jira reader (#5913)Albert Krewinkel
2019-12-09More informative JSON parse error.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane
2019-01-06Add DokuWiki reader (#5108)Alexander
2018-11-29Changed types of writeJSON and readJSON.John MacFarlane
2018-05-09Merge branch 'master' into groff_readerYan Pashkovsky
2018-04-26Add FB2 reader (#4539)Alexander
2018-03-29Removed unused extensions (#4506)Anabra
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-02-25initialYan Pas
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-26Creole reader (#3994)Sascha Wilde
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane
2017-08-07Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane