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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ logos:
37
37
```
38
38
39
39
This works in `_brand.yml` files as well as `brand` specified directly in document metadata.
40
-
You can now also present in dark mode by specifying `brand-mode: dark` in your `format: revealjs` presentations.
40
+
You can also present in dark mode by specifying `brand-mode: dark` in your `format: revealjs` presentations.
41
41
42
42
Read more in the updated [Guide > Brand](/docs/authoring/brand.qmd):
43
43
@@ -47,15 +47,15 @@ Read more in the updated [Guide > Brand](/docs/authoring/brand.qmd):
47
47
48
48
## Brand extensions
49
49
50
-
You can now share brand definitions and assets across Quarto projects with a brand extension.
50
+
Share brand definitions and assets across Quarto projects with a brand extension.
51
51
52
52
Get started with:
53
53
54
54
```{.default filename="Terminal"}
55
55
quarto create extension brand
56
56
```
57
57
58
-
Read more in the [Extensions > Brand](/docs/extensions/brand.qmd), and keep an eye out for other ways to reuse and share your brand in future releases.
58
+
Read more in [Extensions > Brand](/docs/extensions/brand.qmd), and keep an eye out for other ways to reuse and share your brand in future releases.
59
59
60
60
## Accessibility checks for HTML
61
61
@@ -113,7 +113,7 @@ execute_info["document-path"]
113
113
114
114
:::
115
115
116
-
116
+
Read more in [Access execution settings from code cells](/docs/advanced/quarto-execute-info.qmd).
Copy file name to clipboardExpand all lines: docs/prerelease/1.8/_highlights.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Quarto 1.8 includes the following new features:
8
8
9
9
-[HTML Accessibility Checks](/docs/output-formats/html-accessibility.qmd): Add the `axe` option to HTML formats to perform accessibility checks with the [Axe-core engine](https://github.com/dequelabs/axe-core).
10
10
11
-
-[Access execution settings from code cells](): Read the `QUARTO_EXECUTE_INFO` environment variable to access information about execution context.
11
+
-[Access execution settings from code cells](/docs/advanced/quarto-execute-info.qmd): Read the `QUARTO_EXECUTE_INFO` environment variable to access information about execution context.
12
12
13
13
- Access [metadata](/docs/extensions/lua-api.qmd#metadata-access) and [variables](/docs/extensions/lua-api.qmd#variables-access) in filters and shortcodes: Use the new `quarto.variables.get()` and `quarto.metadata.get()` APIs.
0 commit comments