Skip to content

Commit 8c4f42d

Browse files
cscheidcwickham
andauthored
Update docs/extensions/lua-api.qmd
Co-authored-by: Charlotte Wickham <[email protected]>
1 parent ae11cdc commit 8c4f42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/lua-api.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Quarto projects can define variables in `_variables.yml` files. These variables
322322

323323
| Function | Description |
324324
|---------------------|---------------------------------------------------|
325-
| `quarto.variables.get(name)` | Return the value of a variable from `_variables.yml` as a string, or `nil` if the variable is not defined. This is the Lua equivalent of the `{{< var name >}}` shortcode. |
325+
| `quarto.variables.get(name)` | Return the value of a variable from `_variables.yml` as a string, or `nil` if the variable is not defined. This is the Lua equivalent of the `{{{< var name >}}}` shortcode. |
326326

327327
For example, if your `_variables.yml` contains:
328328

0 commit comments

Comments
 (0)