Skip to content

Commit e6ba3b0

Browse files
authored
Merge pull request #1790 from quarto-dev/sync-1789-to-prerelease
2 parents 413a267 + f406690 commit e6ba3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensions/lua-api.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The `dep` object passed to `quarto.doc.add_html_dependency()` has the following
154154
| `version` | Version number (as a string). Required. |
155155
| `scripts` | List of scripts to include (paths can be absolute or relative to the Lua file calling the function). Scripts can be either a simple path or a [script object](#script-object). |
156156
| `stylesheets` | List of CSS style-sheets to include (paths can be absolute or relative to the Lua file calling the function). Stylesheets can either be a simple path or a [stylesheet object](#stylesheet-object) |
157-
| `links` | List of link tags to add to the document. Each tag should be a table with `rel` and `ref` (required) and optionally `type` |
157+
| `links` | List of link tags to add to the document. Each tag should be a table with `rel` and `href` (required) and optionally `type` |
158158
| `resources` | Additional files to copy to the input directory (each resource is an object with `name` (target file name in input directory) and `path` (source file name relative to Lua script). |
159159
| `serviceworkers` | JavaScript serviceworker files that should be copied to the root output directory (can be a simple string file name or table with \`path\` and \`name\` for renaming the file as its copied). |
160160
| `meta` | Table of optional `key = value` meta tags to insert into the document `<head>` |
@@ -265,4 +265,4 @@ Quarto offers the following helper functions for shortcode developers, to be typ
265265
| Function | Description |
266266
|----------|-------------|
267267
| `quarto.shortcode.read_arg(args, [n])` | Returns the `n`-th argument of the shortcode invocation |
268-
| `quarto.shortcode.error_output(name, message_or_args, context)` | Creates output to be used by shortcodes to depict an execution error, consistently with how Quarto shows such outputs |
268+
| `quarto.shortcode.error_output(name, message_or_args, context)` | Creates output to be used by shortcodes to depict an execution error, consistently with how Quarto shows such outputs |

0 commit comments

Comments
 (0)