Skip to content

[LaTeX] Multiple tables in cells are counted as subtables while not in Typst or HTML. #13862

@cderv

Description

@cderv

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

HTML output

Image

Typst output

Image

LaTeX output

Image

So this needs to be handled again. Maybe differently considering new Pandoc.

This is the simpler Markdown that reproduce the differences

# 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

:::

Also

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglatexLaTeX engines related libraries and technologiestablesIssues with Tables including the gt integration

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions