Skip to content

Commit f8d8bf1

Browse files
committed
Add execution info links
1 parent afa5298 commit f8d8bf1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/blog/posts/2025-10-06-1.8-release/index.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ logos:
3737
```
3838

3939
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.
4141

4242
Read more in the updated [Guide > Brand](/docs/authoring/brand.qmd):
4343

@@ -47,15 +47,15 @@ Read more in the updated [Guide > Brand](/docs/authoring/brand.qmd):
4747

4848
## Brand extensions
4949

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.
5151

5252
Get started with:
5353

5454
```{.default filename="Terminal"}
5555
quarto create extension brand
5656
```
5757

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.
5959

6060
## Accessibility checks for HTML
6161

@@ -113,7 +113,7 @@ execute_info["document-path"]
113113

114114
:::
115115

116-
116+
Read more in [Access execution settings from code cells](/docs/advanced/quarto-execute-info.qmd).
117117

118118
## Other Highlights
119119

docs/prerelease/1.8/_highlights.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Quarto 1.8 includes the following new features:
88

99
- [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).
1010

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.
1212

1313
- 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.
1414

0 commit comments

Comments
 (0)