Release Candidate Builds
Install a release candidate build of Quarto.
Highlights
Quarto 1.9 includes the following new features:
Posit Connect Cloud Publishing: Publish documents and websites to Posit Connect Cloud using
quarto publish posit-connect-cloud.Output for LLMs: Generate
llms.txtand.llms.mdfiles for websites, making your content more accessible to large language models and AI-powered tools.quarto use brandcommand: Add or update brand assets from an external source.List Tables: Create complex tables with a list-like syntax. An easier-to-maintain alternative to grid tables, originally developed by Martin Fischer with contributions from Albert Krewinkel and William Lupton.
PDF Accessibility:
PDF Standards and Accessibility for LaTeX and Typst: New
pdf-standardoption enables PDF/A archival formats and PDF/UA accessibility compliance. Usequarto install verapdfto automatically validate compliance.Image alt text for PDF accessibility: Alt text
fig-altattributes now passes through to PDF output for screen reader support in both LaTeX and Typst formats.Alt text for cross-referenced equations in Typst: Provide descriptive text for equations using the
altattribute.
Improvements to Typst support:
Typst book projects: Book projects can now render to Typst via the bundled
orange-bookextension, providing chapter numbering, cross-references, and professional textbook styling.Support for Article layout: Place content in the margins, create full-width figures, or add side notes.
New options:
mathfont,codefont,linestretchlinkcolor,citecolor,filecolorthanksabstract-title
Theorem styling: New
theorem-appearanceoption with four styles:simple(classic LaTeX),fancy(colored boxes with brand colors),clouds(rounded backgrounds), orrainbow(colored borders and titles).
Privacy-focused features for websites:
A privacy-first default for cookie consent: The default for cookie consent has changed to
type: express, providing opt-in consent that blocks cookies until users explicitly agree. This privacy-conscious default is designed with modern privacy regulations in mind.Algolia Search Insights avoids cookies: Use Algolia Insights now uses persistent cookies only if
cookie-consentis active, and the user has opted-in.Use Plausible Analytics: Add privacy-friendly Plausible Analytics to websites via the
plausible-analyticsconfiguration option.
aria-labelfor videos: Improve accessibility of embedded videos by providing custom descriptive labels for screen readers instead of the default “Video Player” label.New
syntax-highlightingOption: Replaces the deprecatedhighlight-style(Pandoc 3.8). Supports style names, custom.themefiles,none, oridiomaticfor format-native highlighting.Metadata and brand extensions now work without a
_quarto.ymlproject. A temporary default project is created in memory.Engine extensions allow replacement of the execution engine:
- Julia is now a bundled extension instead of being built-in.
- quarto-marimo will soon change from a filter extension to an engine extension.
- New
quarto create extension enginecommand. - New
quarto call build-ts-extensioncommand. - New Quarto API for engine extensions to use. (This is in flux and will not be documented for the next few releases, but there will be a dev blog post about it.)