diff --git a/docs/extensions/lua.qmd b/docs/extensions/lua.qmd index 198e6e68a..25c28ffb9 100644 --- a/docs/extensions/lua.qmd +++ b/docs/extensions/lua.qmd @@ -84,7 +84,7 @@ The `quarto.log` module is based on the [pandoc-lua-logging](https://github.com/ ### quarto.log.output -To log any object (including Pandoc AST elements), you the `quarto.log.output()` function. For example, here we log the `Div` passed to us in our filter callback function as well as some diagnostic text: +To log any object (including Pandoc AST elements), use the `quarto.log.output()` function. For example, here we log the `Div` passed to us in our filter callback function as well as some diagnostic text: ``` {.lua filename="filter.lua"} function Header(el)