aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/ContentReader.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-12Use Prelude from base-compat for ghc 8.4 too.John MacFarlane1-5/+1
2021-08-11Try fixing compile error on older ghcs.John MacFarlane1-1/+5
2021-05-25Allow compilation with base 4.15Albert Krewinkel1-6/+5
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet1-1/+7
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-6/+7
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-2/+3
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-3/+3
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-1/+1
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-2/+2
2020-04-15Implement the new Table typedespresc1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-1/+1
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