index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers.hs
Age
Commit message (
Expand
)
Author
2024-02-14
T.P.Readers: add readDjot to exports.
John MacFarlane
2024-02-13
Add djot reader and writer.
John MacFarlane
2024-01-16
Add readMan to Text.Pandoc.Readers exports
George Stagg
2023-10-26
Add `bits` as synonym of `jats` as input format.
John MacFarlane
2023-06-06
Add typst reader.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-24
Rename 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-24
Add tsv (tab separated values) as an input format.
John MacFarlane
2022-02-05
Add RIS bibliography format reader.
John MacFarlane
2022-02-04
Add endnote XML reader.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-08-10
Add RTF reader.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-04-19
Issue error message when reader or writer format is malformed.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
2020-07-19
Add commonmark_x output format...
John MacFarlane
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-01-31
Add Text.Pandoc.Readers.CSV (readCSV).
John MacFarlane
2019-12-17
Add jira reader (#5913)
Albert Krewinkel
2019-12-09
More informative JSON parse error.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-09-29
Raise error on unsupported extensions. Closes #4338.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2019-01-22
Support ipynb (Jupyter notebook) as input and output format.
John MacFarlane
2019-01-06
Add DokuWiki reader (#5108)
Alexander
2018-11-29
Changed types of writeJSON and readJSON.
John MacFarlane
2018-05-09
Merge branch 'master' into groff_reader
Yan Pashkovsky
2018-04-26
Add FB2 reader (#4539)
Alexander
2018-03-29
Removed unused extensions (#4506)
Anabra
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-02-25
initial
Yan Pas
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-12-20
Add Basic JATS reader based on DocBook reader
Hamish Mackenzie
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-10-26
Creole reader (#3994)
Sascha Wilde
2017-08-07
Remove GFM modules; use CMarkGFM for both gfm and commonmark.
John MacFarlane
2017-08-07
Added gfm (GitHub-flavored CommonMark) as an input and output format.
John MacFarlane
2017-07-21
Added TikiWiki reader (#3800)
rlpowell
2017-06-24
Readers.getReader, Writers.getWriter API change.
John MacFarlane
2017-06-19
Added Vimwiki reader (#3705).
Yuchen Pei
2017-06-19
Add Muse reader (#3620)
Alexander Krotov
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-06-10
Readers: Changed StringReader -> TextReader.
John MacFarlane
2017-04-26
API change: move reader functions to Text.Pandoc.Readers
Albert Krewinkel