Compare commits

..

2 Commits

Author SHA1 Message Date
Tobias Schmitz
76ba9f4503
WIP [no ci] 2025-06-30 11:37:25 +02:00
Tobias Schmitz
85458e555b
feat: [no ci] tag table headers and footers 2025-06-30 11:37:25 +02:00

View File

@ -1691,6 +1691,8 @@ impl<'x> CellGridResolver<'_, '_, 'x> {
y, y,
1, 1,
Span::detached(), Span::detached(),
// FIXME: empty cells will within header and footer rows
// will prevent row group tags.
Smart::Auto, Smart::Auto,
)?)) )?))
} }