One of the things I really love about Quarto is that it's a great way to package WebAssembly tools. For example the Shiny for Python website is built using Quarto and has tons of WASM examples which let people play around with the framework without having to install it. It's really changed how we write documentation.
https://shiny.posit.co/py/docs/overview.html
Some other great quarto features:
- Write Python Package documentation with Quarto Doc: https://github.com/machow/quartodoc
- Make static dashboards with Quarto Dashboard https://quarto.org/docs/dashboards/
- Fully integrates Typst: https://quarto.org/docs/blog/posts/2024-01-24-1.4-release/#t...
- Render to a ton of formats including PDF, HTML, Reveal JS, Word, and PowerPoint
- Allows you to use GitHub with a Jupyter Notebook workflow