-
DescriptionAs markdown tables are limited, I would like to insert a raw typst-table like this:
However, I am not able to crossref to this table via
Is there a way to crossref raw typst tables with quarto? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jul 15, 2025
Replies: 1 comment 1 reply
-
You can't overtake Quarto's cross-reference system and that's also the case for table in LaTeX or generated via R. You should only generate the table, not the rest, then use a cross-reference div.
Put whatever you like in "content". https://quarto.org/docs/authoring/cross-references-divs.html In your case:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
produnis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't overtake Quarto's cross-reference system and that's also the case for table in LaTeX or generated via R.
You should only generate the table, not the rest, then use a cross-reference div.
Put whatever you like in "content".
https://quarto.org/docs/authoring/cross-references-divs.html
In your case: