Skip to content

How to use math in raw html block #10762

Answered by mcanouil
stuvjordan-uroc asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks, I was able to play around with it.
What you need is to use the following that will tell Quarto that some content is actually markdown and needs parsing.

<span data-qmd="$$\sum_{n=0}^\infty \frac{1}{n^2}$$"></span>

This is documented in https://quarto.org/docs/authoring/tables.html#html-tables

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stuvjordan-uroc
Comment options

@mcanouil
Comment options

Answer selected by stuvjordan-uroc
@stuvjordan-uroc
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 math any issue related to math support in specific formats
2 participants