index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tables
Age
Commit message (
Expand
)
Author
2024-03-20
Typst writer: support Typst 0.11 table features. (#9593)
John MacFarlane
2023-10-17
LaTeX writer: fix rowspans in tables...
John MacFarlane
2023-10-17
LaTeX writer: don't treat table as "simple" if they have col widths.
John MacFarlane
2023-05-08
LaTeX writer: better fix for colspecs for multicolumn table.
John MacFarlane
2023-02-05
LaTeX writer: include short figure/table caption if one is given.
Albert Krewinkel
2023-01-04
Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.
John MacFarlane
2022-11-11
Add tests for the new table features
Wout Gevaert
2022-10-06
LaTeX writer: add separator line between table's body and its foot.
Albert Krewinkel
2022-10-01
JATS writer: use `<break/>` for LineBreak...
John MacFarlane
2022-08-17
LaTeX writer: add label to tables that have an identifier
Albert Krewinkel
2022-08-07
LaTeX writer: fix widths of multicolumn cells
Albert Krewinkel
2022-06-01
Fix LaTeX tests for tables with colspans
Albert Krewinkel
2022-03-30
LaTeX writer: add () after booktabs rules.
John MacFarlane
2022-01-28
HTML writer: avoid duplicate "style" attributes on table cells
Albert Krewinkel
2021-09-21
Use pretty-simple to format native output.
John MacFarlane
2021-08-03
LaTeX table writer: Increase column width precision (#7466)
Peter Fabinski
2021-06-21
LaTeX writer: add strut at end of minipage if it contains...
John MacFarlane
2021-06-05
LaTeX writer: Fix regression in table header position.
John MacFarlane
2021-01-02
LaTeX writer: revert table line height increase in 2.11.3.
John MacFarlane
2020-12-20
LaTeX writer: support colspans and rowspans in tables. (#6950)
Albert Krewinkel
2020-11-24
test/tables/*.native: normalized (#6888)
Kolen Cheung
2020-11-19
JATS writer: support advanced table features
Albert Krewinkel
2020-10-30
Fix duplicate "class" attribute in HTML writer
Andy Morris
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
2020-09-13
HTML writer: support intermediate table headers
Albert Krewinkel
2020-09-13
HTML writer: support attributes on all table elements
Albert Krewinkel
2020-09-12
HTML writer: render table footers if present
Albert Krewinkel
2020-09-10
Support colspans and rowspans in HTML tables (#6644)
Albert Krewinkel