Skip to content

Commit f46dde6

Browse files
committed
Update highlights
1 parent 4875a4d commit f46dde6

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed
Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
Quarto 1.7 includes the following new features:
22

3+
- Improvements to dark mode:
4+
- [Dark Brand](/docs/authoring/brand.qmd#dark-brand): Light and dark brands can be specified for a document or project, enabling dark mode via brand.yml.
5+
- [`renderings`](/docs/computations/execution-options.qmd#output-options): Plots and tables can have `light` and `dark` renderings.
6+
- [`respect-user-color-scheme`](/docs/output-formats/html-themes.qmd#dark-mode): If enabled, this option detects the user's operating system / browser preference for whether to show the page in light or dark mode.
7+
8+
- New [`version` shortcode](/docs/authoring/version.qmd) to insert the version of Quarto used to build your document:
9+
10+
::: {layout-ncol=2 layout-valign="center"}
11+
12+
```{.markdown shortcodes="false"}
13+
Rendered with Quarto {{< version >}}
14+
```
15+
::: {.border .p-1}
16+
Rendered with Quarto {{< version >}}
17+
:::
18+
19+
:::
20+
321
- Improvements to the `julia` engine:
422
- [`juliaup` integration](/docs/computations/julia.qmd#juliaup-integration): Use specific versions of Julia in your notebooks.
523
- [R and Python support](/docs/computations/julia.qmd#r-and-python-support): Include `{r}` and `{python}` executable code cells via the RCall and PythonCall packages.
624
- [Caching](/docs/computations/julia.qmd#caching-julia): Save time rendering long-running notebooks by caching results.
725
- [Revise.jl integration](/docs/computations/julia.qmd#revise.jl-integration): Automatically update function definitions in Julia sessions.
8-
9-
- Improvements to dark mode:
10-
- [Dark Brand](/docs/authoring/brand.qmd#dark-brand): Light and dark brands can be specified for a document or project, enabling dark mode via brand.yml.
11-
- [`renderings`](/docs/computations/execution-options.qmd#output-options): Plots and tables can have `light` and `dark` renderings.
12-
- [`respect-user-color-scheme`](/docs/output-formats/html-themes.qmd#dark-mode): If enabled, this option detects the user's operating system / browser preference for whether to show the page in light or dark mode.
26+
27+
- Typst updated to 0.13.0
28+
- Pandoc updated to 3.6.3

0 commit comments

Comments
 (0)