Download Quarto
Install a release or pre-release build of Quarto.
Highlights
Quarto 1.6 includes the following new features:
Support for brand.yml: Customize the appearance of your Quarto documents across formats with a single
_brand.yml
file.Reveal JS updated to v5.1.0. Adds:
- Jump To Slide: a menu to quickly navigate between slides.
- Scroll View: a mode to view a presentation as a scrollable page.
{{< contents >}}
shortcode: Flexibly rearrange the contents of your document, including moving the results of an executable code cell.Landscape mode blocks: Use fenced divs with class
.landscape
to set portions ofdocx
,pdf
andtypst
documents to landscape. Thanks to@edvinsyk
!
Release Notes
Highlights
Quarto 1.7 includes the following new features:
Improvements to dark mode:
- Dark Brand: Light and dark brands can be specified for a document or project, enabling dark mode via brand.yml.
renderings
: Plots and tables can havelight
anddark
renderings.respect-user-color-scheme
: If enabled, this option detects the user’s operating system / browser preference for whether to show the page in light or dark mode.
New
version
shortcode to insert the version of Quarto used to build your document:Rendered with Quarto {{< version >}}
Rendered with Quarto 1.7.27
Improvements to the
julia
engine:juliaup
integration: Use specific versions of Julia in your notebooks.- R and Python support: Include
{r}
and{python}
executable code cells via the RCall and PythonCall packages. - Caching: Save time rendering long-running notebooks by caching results.
- Revise.jl integration: Automatically update function definitions in Julia sessions.
Typst updated to 0.13.0
Pandoc updated to 3.6.3
Release Notes
Pages containing all installers for the most recent releases of older versions of Quarto are linked below.
Version | Release Notes | Date | URL |
---|---|---|---|
1.5.57 | Release Notes | Aug 29, 2024 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.5.57 |
1.4.557 | Release Notes | Jun 27, 2024 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.4.557 |
1.3.450 | Release Notes | Aug 23, 2023 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.3.450 |
1.2.475 | Release Notes | Mar 22, 2023 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.2.475 |
1.1.189 | Release Notes | Sep 4, 2022 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.1.189 |
1.0.38 | Aug 4, 2022 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38 |