summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/ContentReader.hs
Commit message (Expand)AuthorAge
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Added page breaks into Pandoc.Hubert Plociniczak2017-01-25
* [odt] Infer table's caption from the paragraph (#3224)hubertp-lshift2016-11-26
* 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
| |/
* / [ODT Parser] Include list's starting valueHubert Plociniczak2016-10-12
|/
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* 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
* Added odt readerMarLinn2015-07-23