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
/
XMLConverter.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
Remove our bool function (#6116)
Joseph C. Sible
1
-0
/
+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
1
-19
/
+0
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2017-06-20
Odt reader: replaced collectRights with rights from Data.Either.
John MacFarlane
1
-1
/
+2
2017-05-31
Odt reader: remove dead code
Albert Krewinkel
1
-320
/
+0
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
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
1
-1
/
+0
2015-07-23
Added odt reader
MarLinn
1
-0
/
+1064