|
1 | 1 | Quarto 1.7 includes the following new features: |
2 | 2 |
|
| 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 | + |
3 | 21 | - Improvements to the `julia` engine: |
4 | 22 | - [`juliaup` integration](/docs/computations/julia.qmd#juliaup-integration): Use specific versions of Julia in your notebooks. |
5 | 23 | - [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. |
6 | 24 | - [Caching](/docs/computations/julia.qmd#caching-julia): Save time rendering long-running notebooks by caching results. |
7 | 25 | - [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