aboutsummaryrefslogtreecommitdiff
path: root/tests/odt/native/simpleTable.native
AgeCommit message (Collapse)AuthorFilesLines
2016-11-01[odt] Infer tables' header props from rows (#3199)hubertp-lshift1-1/+1
ODT reader simply provided an empty header list which meant that the contents of the whole table, even if not empty, was simply ignored. While we still do not infer headers we at least have to provide default properties of columns.
2015-07-23Added odt readerMarLinn1-0/+1
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