aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/ContentReader.hs
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Minor refactoringHubert Plociniczak1-10/+6
2016-10-17Infer caption from the text following the imgHubert Plociniczak1-20/+47
2016-10-12Basic support for images in ODT documentsHubert Plociniczak1-6/+83
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-1/+2
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-6/+6
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-07-23Added odt readerMarLinn1-0/+790