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
/
TikiWiki.hs
Age
Commit message (
Expand
)
Author
2022-10-29
T.P.Parsing.General: change `characterReference`, `charsInBalanced`.
John MacFarlane
2022-10-20
Text.Pandoc.Parsing: remove `nested` [API change].
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-06-10
TikiWiki: support underlined text
Albert Krewinkel
2021-12-30
Fix ghc 9.2.1 warnings.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2020-06-28
Remove obsolete RelaxedPolyRec extension (#6487)
Nikolay Yakimov
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
2018-12-31
Replace read with safeRead (#5186)
Mauro Bieg
2018-07-02
Spellcheck comments
Alexander Krotov
2018-06-28
TikiWiki reader: improve list parsing (#4723)
Mauro Bieg
2018-05-03
Relicense TikiWiki reader as GPL v2 or above, like rest of pandoc.
John MacFarlane
2018-03-29
Removed unused extensions (#4506)
Anabra
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-19
hlint code improvements.
John MacFarlane
2017-11-02
hlint
Alexander Krotov
2017-10-27
hlint suggestions.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-07-21
Added TikiWiki reader (#3800)
rlpowell