So this needs to be handled again. Maybe differently considering new Pandoc.
# Table 3
::: {#tbl-table3}
::: {}
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Value 1 | Value 2 | Value 3 |
| Value 4 | Value 5 | Value 6 |
| Value 7 | Value 8 | Value 9 |
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Value 1 | Value 2 | Value 3 |
| Value 4 | Value 5 | Value 6 |
| Value 7 | Value 8 | Value 9 |
:::
A caption
:::
It seems this is again happening for LaTeX
Discovered while looking at failing test for
It happens we have one https://github.com/quarto-dev/quarto-cli/blob/28a208dbe88c5557cbab9b5d86aad2d38d784716/tests/docs/smoke-all/2023/10/18/7267.qmd but not really testing anything
quarto-cli/tests/docs/smoke-all/2023/10/18/7267.qmd
Lines 6 to 7 in ee3f232
HTML output
Typst output
LaTeX output
So this needs to be handled again. Maybe differently considering new Pandoc.
This is the simpler Markdown that reproduce the differences
Also
ff-matrixfor subtables.