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
/
Creole.hs
Age
Commit message (
Expand
)
Author
2023-10-16
Handle empty cells correctly in creole reader. Fixes #9141
Sascha Wilde
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-03-01
Remove license boilerplate.
John MacFarlane
2018-11-03
Creole reader: parse Text without converting to [Char]
Alexander Krotov
2018-07-02
Spellcheck comments
Alexander Krotov
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2017-11-15
Creole reader: Fix performance issue for longer lists. (#4075)
Sascha Wilde
2017-10-31
Creole reader: fixed some minor typos and formatting.
Sascha Wilde
2017-10-31
Creole reader: fixed lists with trailing white space.
Sascha Wilde
2017-10-27
hlint suggestions.
John MacFarlane
2017-10-27
hlint changes.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-10-26
Creole reader (#3994)
Sascha Wilde