summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt
AgeCommit message (Expand)Author
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-10-24ODT reader: fix relative links.John MacFarlane
2022-09-27Remove some dead code (unused definitions) from Odt reader.John MacFarlane
2022-06-19Future compat against liftA2 export from Prelude (#8132)Georgi Lyubenov
2022-01-02Odt: Add list-headerTuong Nguyen Manh
2021-08-12Use Prelude from base-compat for ghc 8.4 too.John MacFarlane
2021-08-11Try fixing compile error on older ghcs.John MacFarlane
2021-05-25Allow compilation with base 4.15Albert Krewinkel
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-05Simplify an overcomplicated filtering function (#6115)Joseph C. Sible
2020-02-04Remove our bool function (#6116)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-06-20Improve the parsing of frames in ODT documentsblmage
2019-03-01Remove license boilerplate.John MacFarlane
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane
2018-11-22Hlint suggestions.John MacFarlane
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-08-14ODT reader: deal gracefully with missing `<office:font-face-decls/>`.John MacFarlane
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane
2018-07-02Spellcheck commentsAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-03-16Semigroup instance for Styles in T.P.Readers.Odt.StyleReader.John MacFarlane
2018-03-16Removed redundant import.John MacFarlane
2018-03-13Require pandoc-types 1.17.4.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2017-11-06Spellcheck commentsAlexander Krotov
2017-11-02hlintAlexander Krotov
2017-10-29Source code reformatting.John MacFarlane
2017-10-29More hlint fixes.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-06-20Odt reader: replaced collectRights with rights from Data.Either.John MacFarlane
2017-05-31Odt reader: remove dead codeAlbert Krewinkel
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak