Age | Commit message (Expand) | Author | Files | Lines |
2020-11-07 | Lint code in PRs and when committing to master (#6790) | Albert Krewinkel | 1 | -2/+3 |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 1 | -3/+3 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -1/+1 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -2/+2 |
2020-04-15 | Implement the new Table type | despresc | 1 | -2/+2 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -1/+1 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -30/+31 |
2019-06-20 | Improve the parsing of frames in ODT documents | blmage | 1 | -48/+74 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -19/+0 |
2018-11-11 | Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier. | John MacFarlane | 1 | -2/+7 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane | 1 | -3/+3 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -10/+9 |
2017-11-06 | Spellcheck comments | Alexander Krotov | 1 | -2/+2 |
2017-11-02 | hlint | Alexander Krotov | 1 | -4/+4 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -1/+0 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -23/+23 |
2017-05-31 | Odt reader: remove dead code | Albert Krewinkel | 1 | -5/+0 |
2017-01-27 | Shared: rename compactify', compactify'DL -> compactify, compactifyDL. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -15/+4 |
2017-01-25 | Added page breaks into Pandoc. | Hubert Plociniczak | 1 | -4/+15 |
2016-11-26 | [odt] Infer table's caption from the paragraph (#3224) | hubertp-lshift | 1 | -6/+21 |
2016-11-08 | Inline code when text has a special style | Hubert Plociniczak | 1 | -6/+20 |
2016-11-01 | [odt] Infer tables' header props from rows (#3199) | hubertp-lshift | 1 | -2/+9 |
2016-10-19 | Image with a caption needs special formatting | Hubert Plociniczak | 1 | -2/+6 |
2016-10-18 | Merge pull request #3166 from hubertp-lshift/bug/3134 | John MacFarlane | 1 | -3/+2 |
2016-10-18 | Merge pull request #3165 from hubertp-lshift/feature/odt-image | John MacFarlane | 1 | -6/+106 |
2016-10-18 | Issue 3143: Don't duplicate text for anchors | Hubert Plociniczak | 1 | -3/+2 |
2016-10-17 | Minor refactoring | Hubert Plociniczak | 1 | -10/+6 |
2016-10-17 | Infer caption from the text following the img | Hubert Plociniczak | 1 | -20/+47 |
2016-10-12 | [ODT Parser] Include list's starting value | Hubert Plociniczak | 1 | -1/+1 |
2016-10-12 | Basic support for images in ODT documents | Hubert Plociniczak | 1 | -6/+83 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -1/+2 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-22 | Changed ยง to % in operators from Odt.Arrows.Utils. | John MacFarlane | 1 | -6/+6 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-07-23 | Added odt reader | MarLinn | 1 | -0/+790 |