aboutsummaryrefslogtreecommitdiff
path: root/test/tables
AgeCommit message (Collapse)AuthorFilesLines
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris2-12/+12
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel3-3/+3
Typos reported by https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html See: #6738
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel3-0/+147
Closes: #6314
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel3-33/+33
Add attributes to tbody and tr elements.
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel3-0/+164
Part of: #6314
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel3-0/+404
* HTML writer: add support for row headers, colspans, rowspans * Add planet table tests See #6312