aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane1-6/+106
2016-10-18Issue 3143: Don't duplicate text for anchorsHubert Plociniczak1-3/+2
2016-10-17Minor refactoringHubert Plociniczak1-10/+6
2016-10-17Infer caption from the text following the imgHubert Plociniczak1-20/+47
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak1-0/+1
2016-10-12[ODT Parser] Include list's starting valueHubert Plociniczak2-13/+20
2016-10-12Basic support for images in ODT documentsHubert Plociniczak1-6/+83
2016-09-02Fix grouping of imports.Jesse Rosenthal3-3/+4
2016-09-02Remove Compat.MonoidJesse Rosenthal3-3/+3
2016-07-14Removed some redundant class constraints.John MacFarlane1-3/+3
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane1-7/+7
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-1/+2
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane3-2/+3
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane9-9/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane9-0/+9
2015-10-22Changed § to % in operators from Odt.Arrows.Utils.John MacFarlane5-43/+42
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane6-6/+0
2015-08-17[BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille1-6/+6
2015-07-23Added odt readerMarLinn11-0/+4035