aboutsummaryrefslogtreecommitdiff
path: root/tests/odt/native
AgeCommit message (Collapse)AuthorFilesLines
2016-10-18Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane1-1/+1
Issue 3143: Don't duplicate text for anchors
2016-10-18Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane3-0/+3
[odt] images parser
2016-10-18Issue 3143: Don't duplicate text for anchorsHubert Plociniczak1-1/+1
When creating an anchor element we were adding its representation as well as the original content, leading to text duplication.
2016-10-17Infer caption from the text following the imgHubert Plociniczak3-0/+3
Frame can contain other frames with the text boxes. This is something that has not been considered before and meant that the whole construction of images was broken in those cases. Also the captions were fixed/ignored.
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak3-3/+3
Review revealed that we didn't handle the case when the starting point is an empty string. While this is not a valid .odt file, we simply added a special case to deal with it. Also added tests for the new feature.
2015-08-07Updated tests for link attribute changes.mb213-3/+3
2015-07-23Added odt readerMarLinn10-0/+10
Fully implemented features: * Paragraphs * Headers * Basic styling * Unordered lists * Ordered lists * External Links * Internal Links * Footnotes, Endnotes * Blockquotes Partly implemented features: * Citations Very basic, but pandoc can't do much more * Tables No headers, no sizing, limited styling