Skip to content

Commit c6e0539

Browse files
committed
Add lua api links
1 parent e809eeb commit c6e0539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ execute_info["document-path"]
117117

118118
## Other Highlights
119119

120-
- [Access metadata and variables in filters and shortcodes](): Use the new `quarto.variables.get()` and `quarto.metadata.get()` APIs.
120+
- 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.
121121

122122
- The default LaTeX engine is now `lualatex`.
123123

docs/prerelease/1.8/_highlights.qmd

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

1111
- [Access execution settings from code cells](): Read the `QUARTO_EXECUTE_INFO` environment variable to access information about execution context.
1212

13-
- [Access metadata and variables in filters and shortcodes](): Use the new `quarto.variables.get()` and `quarto.metadata.get()` APIs.
13+
- 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

1515
- The default LaTeX engine is now `lualatex`.
1616

0 commit comments

Comments
 (0)