Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-19 | JATS writer: support advanced table features | Albert Krewinkel | 3 | -0/+242 | |
2020-10-30 | Fix duplicate "class" attribute in HTML writer | Andy Morris | 2 | -12/+12 | |
2020-10-14 | Fix typos in comments, doc strings, error messages, and tests | Albert Krewinkel | 3 | -3/+3 | |
Typos reported by https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html See: #6738 | |||||
2020-09-13 | HTML writer: support intermediate table headers | Albert Krewinkel | 3 | -0/+147 | |
Closes: #6314 | |||||
2020-09-13 | HTML writer: support attributes on all table elements | Albert Krewinkel | 3 | -33/+33 | |
Add attributes to tbody and tr elements. | |||||
2020-09-12 | HTML writer: render table footers if present | Albert Krewinkel | 3 | -0/+164 | |
Part of: #6314 | |||||
2020-09-10 | Support colspans and rowspans in HTML tables (#6644) | Albert Krewinkel | 3 | -0/+404 | |
* HTML writer: add support for row headers, colspans, rowspans * Add planet table tests See #6312 |