aboutsummaryrefslogtreecommitdiff
path: root/test/tables
AgeCommit message (Expand)Author
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-01JATS writer: use `<break/>` for LineBreak...John MacFarlane
2022-08-17LaTeX writer: add label to tables that have an identifierAlbert Krewinkel
2022-08-07LaTeX writer: fix widths of multicolumn cellsAlbert Krewinkel
2022-06-01Fix LaTeX tests for tables with colspansAlbert Krewinkel
2022-03-30LaTeX writer: add () after booktabs rules.John MacFarlane
2022-01-28HTML writer: avoid duplicate "style" attributes on table cellsAlbert Krewinkel
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel
2020-11-24test/tables/*.native: normalized (#6888)Kolen Cheung
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel