Age | Commit message (Expand) | Author | Files | Lines |
2021-09-23 | HTML reader: handle empty tbody element in table. | John MacFarlane | 1 | -5/+8 |
2021-05-30 | HTML reader: fix column width regression. | John MacFarlane | 1 | -1/+1 |
2021-05-22 | Handle relative lengths (e.g. `2*`) in HTML column widths. | John MacFarlane | 1 | -14/+33 |
2021-05-22 | Revert "HTML reader: simplify col width parsing" | John MacFarlane | 1 | -9/+13 |
2021-05-22 | HTML reader: simplify col width parsing | Albert Krewinkel | 1 | -13/+9 |
2021-03-19 | Protect partial uses of maximum with NonEmpty. | John MacFarlane | 1 | -1/+2 |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 1 | -2/+2 |
2020-11-27 | HTML reader tests: improve test coverage of new features | Albert Krewinkel | 1 | -1/+2 |
2020-11-27 | HTML reader: support body headers, row head columns | Albert Krewinkel | 1 | -41/+61 |
2020-11-26 | HTML reader: improve support for table headers, footer, attributes | Albert Krewinkel | 1 | -55/+183 |
2020-11-26 | HTML reader: allow finer grained options for tag omission | Albert Krewinkel | 1 | -7/+8 |
2020-11-24 | HTML reader: support row or column-spanning table cells | Albert Krewinkel | 1 | -16/+18 |
2020-11-24 | HTML reader: support blocks in caption | Albert Krewinkel | 1 | -5/+5 |
2020-11-24 | HTML reader: extract table parsing into separate module | Albert Krewinkel | 1 | -0/+111 |