You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/posts/2025-10-06-1.8-release/index.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ execute_info["document-path"]
117
117
118
118
## Other Highlights
119
119
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.
Copy file name to clipboardExpand all lines: docs/prerelease/1.8/_highlights.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Quarto 1.8 includes the following new features:
10
10
11
11
-[Access execution settings from code cells](): Read the `QUARTO_EXECUTE_INFO` environment variable to access information about execution context.
12
12
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.
0 commit comments