Skip to content

Caption from Markdown table are not shown in typst output anymore #11733

@cderv

Description

@cderv
---
title: "Quarto Playground"
format: typst
---

| Default | Left | Right | Center |
|---------|:-----|------:|:------:|
| 12      | 12   |    12 |   12   |
| 123     | 123  |   123 |  123   |
| 1       | 1    |     1 |   1    |

: Demonstration of pipe table syntax

This is quite simple document

  • v1.6.39
    Image

  • v1.5.57
    Image

Somehow we are loosing the caption - I don't think this is on purpose - is it ?

We do get it on top if we use cross reference table

---
title: "Quarto Playground"
format: typst
keep-typ: true
---

| Default | Left | Right | Center |
|---------|:-----|------:|:------:|
| 12      | 12   |    12 |   12   |
| 123     | 123  |   123 |  123   |
| 1       | 1    |     1 |   1    |

: Demonstration of pipe table syntax {#tbl-one}

Image

Metadata

Metadata

Labels

bugSomething isn't workingtablesIssues with Tables including the gt integrationtypst

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions