How to change caption position in Quarto typst document?

I am creating a Quarto document in Rstudio with format set to typst in the yaml. When I make a table the header is at the bottom of the table, but I want it at the top. It is easy to do when the format is set to html or pdf, but not when the format is set to typst. I really prefer the look of the typst pdf.

| Statistic | Low   | High  |
|-----------|-------|-------|
| RMSEA     | 0.059 | 0.308 |
| CFI       | 0.781 | 0.993 |
| TLI       | 0.561 | 0.985 |
| SRMR      | 0.014 | 0.116 |
| Omega     | 0.827 | 0.908 |
| Alpha     | 0.826 | 0.907 |

: Range of Fit Statistics and Reliabilities across 126 Short Forms of the UWES-9

The yaml of the document looks like this:

title: "Untitled"
format: typst
editor: visual

Any guidance will be highly appreciated.
Deon

Hey @Deon, welcome to the forum! I’ve moved your post to the Questions category, as you’re asking for help. I’ve also changed your question post’s title to better fit our guidelines: How to post in the Questions category

For future questions, make sure your title is a question you’d ask to a friend about Typst. :wink:

Hello @Deon, thanks for the example. It would help if you showed us the difference between quarto and typst’s output and what you prefer.

On my side, I get this
image
which has the header on top?