You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/posts/2025-10-06-1.8-release/index.qmd
+61-4Lines changed: 61 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
---
2
2
title: Quarto 1.8
3
3
description: |
4
-
Quarto 1.8 ...
4
+
Quarto 1.8 improves brand support, introduces brand extensions, adds HTML accessibility checks, and gives access to execution context.
5
5
categories:
6
6
- Quarto 1.8
7
7
- Releases
8
8
author: Charlotte Wickham
9
9
date: "2025-10-06"
10
10
draft: false
11
-
image: thumbnail-1.8.jpeg
12
-
image-alt: ""
11
+
image: thumbnail.png
12
+
image-alt: "Quarto 1.8 with a lightbulb emoji"
13
+
css: /docs/output-formats/autodark.css
13
14
---
14
15
15
16
Quarto 1.8 is available! You can get the current release from the [download page](/docs/download/index.qmd).
16
17
17
-
Quarto 1.8 has improvements
18
+
Quarto 1.8 improves support for light and dark brand colors and logos, brand extensions for sharing brands across Quarto projects, HTML accessibility checks powered by Axe-core, and access to more information about execution context from your code cells.
18
19
You can read about these improvements and some other highlights below. You can find all the changes in this version in the [Release Notes](/docs/download/changelog/1.8/).
19
20
20
21
## Dark and light colors and logos in brand
@@ -58,8 +59,62 @@ Read more in the [Extensions > Brand](/docs/extensions/brand.qmd), and keep an e
58
59
59
60
## Accessibility checks for HTML
60
61
62
+
You can add accessibility checks using the [Axe-core engine](https://github.com/dequelabs/axe-core) to HTML documents (`format`: `html`, `revealjs` and `dashboard`) with the new `axe` option.
63
+
64
+
For example, you can get a summary of violations right in your document preview:
65
+
66
+
::: {.light-content}
67
+
{.border fig-alt="A webpage with a box in the bottom left that warns 'Serious: Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds'."}
68
+
:::
69
+
70
+
::: {.dark-content}
71
+
{.border .autodark fig-alt="A webpage with a box in the bottom left that warns 'Serious: Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds'."}
72
+
:::
73
+
74
+
Read about your options in [HTML Accessibility Checks](/docs/output-formats/html-accessibility.qmd)
75
+
76
+
We know accessability is a big concern for many of our users, and more improvements will be coming in future releases.
77
+
61
78
## Accessing execution information
62
79
80
+
Quarto sets the `QUARTO_EXECUTE_INFO` environment variable, which allows you to access information about execution context from code cells.
81
+
82
+
Read the JSON file located at `QUARTO_EXECUTE_INFO` and access properties such as `document-path`, `format`, `metadata` and more:
-[Access metadata and variables in filters and shortcodes](): Use the new `quarto.variables.get()` and `quarto.metadata.get()` APIs.
@@ -77,3 +132,5 @@ Dependency updates:
77
132
We'd like to say a huge thank you to everyone who contributed to this release by opening issues and pull requests:
78
133
79
134
{{< include _contribs.md >}}
135
+
136
+
The lightbulb emoji in the [listing and social card image](thumbnail.png) for this post comes from [OpenMoji](https://openmoji.org/){.external}– the open-source emoji and icon project. License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/#){.external}
0 commit comments