Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/extensions/lua.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down