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
/
Odt
/
Generic
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
1
-2
/
+2
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
3
-37
/
+22
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-1
/
+0
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-1
/
+2
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
5
-10
/
+0
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-4
/
+4
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+0
2020-02-05
Simplify an overcomplicated filtering function (#6115)
Joseph C. Sible
1
-1
/
+1
2020-02-04
Remove our bool function (#6116)
Joseph C. Sible
2
-9
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-0
/
+33
2019-06-20
Improve the parsing of frames in ODT documents
blmage
1
-19
/
+46
2019-03-01
Remove license boilerplate.
John MacFarlane
5
-96
/
+0
2018-08-10
Avoid non-exhaustive pattern match.
John MacFarlane
1
-3
/
+1
2018-07-02
Spellcheck comments
Alexander Krotov
3
-4
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
5
-0
/
+10
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-4
/
+2
2017-10-27
hlint suggestions.
John MacFarlane
2
-4
/
+4
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2
-8
/
+8
2017-06-20
Odt reader: replaced collectRights with rights from Data.Either.
John MacFarlane
2
-6
/
+2
2017-05-31
Odt reader: remove dead code
Albert Krewinkel
3
-456
/
+0
2016-09-02
Fix grouping of imports.
Jesse Rosenthal
1
-1
/
+2
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-1
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
5
-5
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
5
-0
/
+5
2015-10-22
Changed ยง to % in operators from Odt.Arrows.Utils.
John MacFarlane
1
-14
/
+14
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2
-2
/
+0
2015-07-23
Added odt reader
MarLinn
5
-0
/
+1605