index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
Add RTF reader.
John MacFarlane
1
-0
/
+3
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-45
/
+52
2021-04-19
Issue error message when reader or writer format is malformed.
John MacFarlane
1
-3
/
+3
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-0
/
+8
2020-07-19
Add commonmark_x output format...
John MacFarlane
1
-0
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-01-31
Add Text.Pandoc.Readers.CSV (readCSV).
John MacFarlane
1
-0
/
+3
2019-12-17
Add jira reader (#5913)
Albert Krewinkel
1
-0
/
+3
2019-12-09
More informative JSON parse error.
John MacFarlane
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-5
/
+6
2019-09-29
Raise error on unsupported extensions. Closes #4338.
John MacFarlane
1
-6
/
+20
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-19
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-22
Support ipynb (Jupyter notebook) as input and output format.
John MacFarlane
1
-0
/
+3
2019-01-06
Add DokuWiki reader (#5108)
Alexander
1
-0
/
+3
2018-11-29
Changed types of writeJSON and readJSON.
John MacFarlane
1
-8
/
+7
2018-05-09
Merge branch 'master' into groff_reader
Yan Pashkovsky
1
-2
/
+7
2018-04-26
Add FB2 reader (#4539)
Alexander
1
-0
/
+3
2018-03-29
Removed unused extensions (#4506)
Anabra
1
-3
/
+3
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-02-25
initial
Yan Pas
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-20
Add Basic JATS reader based on DocBook reader
Hamish Mackenzie
1
-1
/
+4
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-5
/
+5
2017-10-26
Creole reader (#3994)
Sascha Wilde
1
-0
/
+3
2017-08-07
Remove GFM modules; use CMarkGFM for both gfm and commonmark.
John MacFarlane
1
-3
/
+1
2017-08-07
Added gfm (GitHub-flavored CommonMark) as an input and output format.
John MacFarlane
1
-0
/
+3
2017-07-21
Added TikiWiki reader (#3800)
rlpowell
1
-0
/
+3
2017-06-24
Readers.getReader, Writers.getWriter API change.
John MacFarlane
1
-8
/
+4
2017-06-19
Added Vimwiki reader (#3705).
Yuchen Pei
1
-0
/
+3
2017-06-19
Add Muse reader (#3620)
Alexander Krotov
1
-0
/
+3
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-1
/
+0
2017-06-10
Readers: Changed StringReader -> TextReader.
John MacFarlane
1
-23
/
+26
2017-04-26
API change: move reader functions to Text.Pandoc.Readers
Albert Krewinkel
1
-0
/
+146