Skip to content
Discussion options

You must be logged in to vote

CSS is HTML, this has absolutely no effect (and never will) in Typst or LaTeX.
As I said and as far as I know, there is no R packages supporting Typst, so in the end they either emit markdown or HTML tables which are processed by Quarto to AST (Pandoc representation of a document) then transformed to the appropriate format.
You can use keep-md: true to see the intermediate markdown document that is used.
Additionally, you can use html-table-processing: none (you might need 1.5 for this) in your YAML front matter to disable Quarto processing of HTML table to see if it is related to what you see.

See https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/typst/pandoc/quart…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@mcanouil
Comment options

Answer selected by kathrine-mcaulay
@kathrine-mcaulay
Comment options

@cscheid
Comment options

@kathrine-mcaulay
Comment options

@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
tables Issues with Tables including the gt integration typst
3 participants