aboutsummaryrefslogtreecommitdiff
path: root/tests/odt
AgeCommit message (Collapse)AuthorFilesLines
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak6-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 readerMarLinn61-0/+52
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