Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-14 | Fix typos in comments, doc strings, error messages, and tests | Albert Krewinkel | 1 | -1/+1 | |
Typos reported by https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html See: #6738 | |||||
2020-09-10 | Support colspans and rowspans in HTML tables (#6644) | Albert Krewinkel | 1 | -0/+133 | |
* HTML writer: add support for row headers, colspans, rowspans * Add planet table tests See #6312 |