From 89277953506d2b8a61e7f6b132bd3c9ba6b47517 Mon Sep 17 00:00:00 2001 From: Tinashe Michael Tapera Date: Sat, 9 May 2026 21:23:07 -0400 Subject: [PATCH] Fix grammar in lua.qmd documentation --- docs/extensions/lua.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/lua.qmd b/docs/extensions/lua.qmd index 198e6e68ac..25c28ffb9d 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)