aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/StyleReader.hs
AgeCommit message (Expand)AuthorFilesLines
2017-05-31Odt reader: remove dead codeAlbert Krewinkel1-83/+0
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak1-0/+1
2016-10-12[ODT Parser] Include list's starting valueHubert Plociniczak1-12/+19
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-22Changed § to % in operators from Odt.Arrows.Utils.John MacFarlane1-2/+2
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-08-17[BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille1-6/+6
2015-07-23Added odt readerMarLinn1-0/+737