summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt
Commit message (Expand)AuthorAge
* Inline code when text has a special styleHubert Plociniczak2016-11-08
* [odt] Infer tables' header props from rows (#3199)hubertp-lshift2016-11-01
* Image with a caption needs special formattingHubert Plociniczak2016-10-19
* Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane2016-10-18
|\
| * Issue 3143: Don't duplicate text for anchorsHubert Plociniczak2016-10-18
* | Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane2016-10-18
|\ \
| * | Minor refactoringHubert Plociniczak2016-10-17
| * | Infer caption from the text following the imgHubert Plociniczak2016-10-17
| * | Basic support for images in ODT documentsHubert Plociniczak2016-10-12
| |/
* | Added tests and a corner case for starting numberHubert Plociniczak2016-10-14
* | [ODT Parser] Include list's starting valueHubert Plociniczak2016-10-12
|/
* Fix grouping of imports.Jesse Rosenthal2016-09-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Removed some redundant class constraints.John MacFarlane2016-07-14
* Odt reader: Removed redundant Monoid constraints.John MacFarlane2016-07-03
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Changed § to % in operators from Odt.Arrows.Utils.John MacFarlane2015-10-22
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* [BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille2015-08-17
* Added odt readerMarLinn2015-07-23