-
DescriptionI am new to Quarto and new to Typst as well, and I am struggling to understand how Typst integrates within the multiple formats in Quarto. I understand from the docs that "pure" Typst blocks can be included in .qmd files. I could follow the tutorials and create a pdf through Typst, all is fine. The pdf includes both sections in markdown and "pure" Typst sections. I can also follow the other tutorials to create a website, using markdown. But if I try to create both an HTML and a pdf output, the Typst blocks do not appear at all in the HTML output. The reason I am asking is that I find Typst markup easier and more elegant than Markdown, and since I am relatively new with both, I would rather skip Markdown entirely (or as much as possible) in my source files and only use Typst blocks (and code blocks). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No, because Quarto does only do markdown to other formats.
Typst allows to natively export to PDF and HTML (under development). |
Beta Was this translation helpful? Give feedback.
No, because Quarto does only do markdown to other formats.
Typst allows to natively export to PDF and HTML (under development).