Carlos Scheidegger, 2024-02-19
Quarto now offers a unified syntax for inline code in both Python and R
The value of 1 + 2
is 3 (written {python} 1 + 2
)
Note this is slightly different from the usual inline r
syntax.
The legacy syntax remains supported in knitr
.
Very simple, but you’ll see this syntax everywhere.
These can be published to https://shinyapps.io just like Shiny for R documents
These can be published to https://quarto.pub, GitHub Pages, or anywhere you host static web pages!
Contents of Figures and Tables and Listings can be anything you want: images, text, videos, interactive content, etc. (Demo)
You can define Videos, Diagrams, Supplemental Tables, etc. (Demo)
Typst is a new language for defining high-quality documents. Think “what if LaTeX but not from the 80’s”
Just use format: typst
(Demo)
Questions? carlos.scheidegger@posit.co
What’s new in Quarto 1.4? https://cscheid.net/to/ua-quarto-feb-2024.html