Skip to content

Commit 837501a

Browse files
committed
Add highlights
1 parent 5b981ee commit 837501a

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/authoring/brand.qmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,17 @@ logo:
332332
small: quarto-logo
333333
```
334334

335+
#### Light and Dark Logos {#light-and-dark-logos}
336+
337+
Specify different logos for light and dark mode with `light` and `dark` options under `small`, `medium`, or `large`:
338+
339+
``` {.yaml filename="_brand.yml"}
340+
logo:
341+
medium:
342+
light: logo.png
343+
dark: logo-white.png
344+
```
345+
335346
#### Document logo customization
336347

337348
You can further customize the logo at the document level with the `logo` option.
Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
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

Comments
 (0)