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.5 includes the following new features:
Typst CSS—Format tables with borders and colors, and the formatting will be transferred from HTML to Typst.
Typst 0.11.0—Typst tables have feature parity with other formats, with colspans, rowspans, and alignment of individual cells.
Website Draft Mode—Improved support for workflows involving draft posts and pages:
Adds the
drafts
option to thewebsite
key offering new ways to specify drafts: directly in_quarto.yml
, and via metadata includes and profiles.Introduces the
draft-mode
option to thewebsite
key to control how drafts are rendered. Drafts can begone
,unlinked
orvisible
.Adds a draft banner to draft pages that are rendered.
Improves the linking behaviour of draft documents. Now, in addition to being excluded from search results, listings, and the sitemap, drafts will not appear in navigation, or be linked from in-text hyperlinks when
draft-mode
isgone
orunlinked
.Changes the behavior of
quarto preview
for drafts. Drafts will bevisible
in previews regardless of thedraft-mode
setting. In particular, this allows an easier way to preview the appearance of draft content in navigation and listings.
Website Announcement Bar—Add an announcement bar to your website.
Placeholder Image Shortcodes—Easily add placeholder images to your documents (
{{< placeholder >}}
).Lorem Ipsum Text Shortcodes—Easily add lorem ipsum text to your documents (
{{< lipsum >}}
).Native Julia Engine—Execute Julia code in Quarto documents without requiring Jupyter.
Project Pre Render Scripts—Project metadata and the render list are now re-computed after any pre-render scripts have executed.
Element-wide disabling of HTML table processing—Declare the comment
<!--| quarto-html-table-processing: none -->
anywhere in an HTML RawBlock.Shortcode context awareness—Shortcode handlers can be made aware of their invocation in
block
,inline
ortext
contexts.
Release Notes
Pages containing all installers for the most recent releases of older versions of Quarto are linked below.
Title | Release Notes | Date | Url |
---|---|---|---|
v1.4.557 | Release Notes | Jun 27, 2024 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.4.557 |
v1.3.450 | Release Notes | Aug 23, 2023 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.3.450 |
v1.2.475 | Release Notes | Mar 22, 2023 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.2.475 |
v1.1.189 | Release Notes | Sep 4, 2022 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.1.189 |
v1.0.38 | Aug 4, 2022 | https://github.com/quarto-dev/quarto-cli/releases/tag/v1.0.38 |