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
We're working on this highlight document right now! Check back soon.
1
+
Quarto 1.8 includes the following new features:
2
+
3
+
- Improvements to brand support:
4
+
-[Light and dark colors](/docs/authoring/brand.qmd#light-and-dark-colors): Specify `light` and `dark` for any color in a brand specification.
5
+
-[Light and dark logos](/docs/authoring/brand.qmd#light-and-dark-logos): Specify `light` and `dark` versions of logos in a brand specification.
6
+
-[Brand extensions](/docs/extensions/brand.qmd): Share brand definitions and assets across Quarto projects.
7
+
-[Dark brand for `format: revealjs`](/docs/authoring/brand.qmd#brand-mode): Specify `brand-mode: dark` to apply your dark brand to your presentation.
8
+
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
+
11
+
-[Access execution settings from code cells](): Read the `QUARTO_EXECUTE_INFO` environment variable to access information about execution context.
12
+
13
+
-[Access metadata and variables in filters and shortcodes](): Use the new `quarto.variables.get()` and `quarto.metadata.get()` APIs.
14
+
15
+
- The default LaTeX engine is now `lualatex`.
16
+
17
+
Dependency updates:
18
+
19
+
-`mermaidjs` updated to 11.6.0.
20
+
- Bootstrap icons updated to v1.13.1
21
+
-`QuartoNotebookRunner` in `julia` engine updated to 0.17.3
0 commit comments