Release Builds
Install a release build of Quarto.
Highlights
Quarto 1.8 includes the following new features:
Improvements to brand support:
- Light and dark colors: Specify
light
anddark
for any color in a brand specification. - Light and dark logos: Specify
light
anddark
versions of logos in a brand specification. - Brand extensions: Share brand definitions and assets across Quarto projects.
- Dark brand for
format: revealjs
: Specifybrand-mode: dark
to apply your dark brand to your presentation.
- Light and dark colors: Specify
HTML Accessibility Checks: Add the
axe
option to HTML formats to perform accessibility checks with the Axe-core engine.Access execution settings from code cells: Read the
QUARTO_EXECUTE_INFO
environment variable to access information about execution context.Access metadata and variables in filters and shortcodes: Use the new
quarto.variables.get()
andquarto.metadata.get()
APIs.The default LaTeX engine is now
lualatex
.
Dependency updates:
mermaidjs
updated to 11.6.0.- Bootstrap icons updated to v1.13.1
QuartoNotebookRunner
injulia
engine updated to 0.17.3