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