aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/ContentReader.hs
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-30/+31
2019-06-20Improve the parsing of frames in ODT documentsblmage1-48/+74
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-2/+7
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-13Require pandoc-types 1.17.4.John MacFarlane1-3/+3
2018-01-19hlint code improvements.John MacFarlane1-10/+9
2017-11-06Spellcheck commentsAlexander Krotov1-2/+2
2017-11-02hlintAlexander Krotov1-4/+4
2017-10-29Source code reformatting.John MacFarlane1-1/+0
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-23/+23
2017-05-31Odt reader: remove dead codeAlbert Krewinkel1-5/+0
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane1-2/+2
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-15/+4
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak1-4/+15
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift1-6/+21
2016-11-08Inline code when text has a special styleHubert Plociniczak1-6/+20
2016-11-01[odt] Infer tables' header props from rows (#3199)hubertp-lshift1-2/+9
2016-10-19Image with a caption needs special formattingHubert Plociniczak1-2/+6
2016-10-18Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane1-3/+2
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-12[ODT Parser] Include list's starting valueHubert Plociniczak1-1/+1
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