You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details
- *.qmd, the preferred method is: use quarto, .qmd file, with **format: typst**
- Why? format: typst works better than using latex, lualatex engines
- If need to use latex engines, use **format: pdf**
Render *.qmd to html?
quarto render *.qmd --to html
Use format: html
typst engine does not support html
How to render *.typ to pdf or html?
At present use cli typst
How to convert *.typ to markdown?
pandoc file.typ -t markdown -o file.md
PROBLEM: often much cleanup; worse lingering typt command (in the file.md) may badly trip quarto render.