-
Notifications
You must be signed in to change notification settings - Fork 389
Open
Labels
bugSomething isn't workingSomething isn't workingtablesIssues with Tables including the gt integrationIssues with Tables including the gt integrationtypst
Milestone
Description
---
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 syntaxThis is quite simple document
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}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtablesIssues with Tables including the gt integrationIssues with Tables including the gt integrationtypst


