From 73e3a16e3b96e94b41b9e7b22ca31c5c0d020061 Mon Sep 17 00:00:00 2001 From: Tinashe Michael Tapera Date: Mon, 11 May 2026 05:38:00 -0400 Subject: [PATCH] Fix grammar in lua.qmd documentation (#2021) (cherry picked from commit f2801826e1214a72af06b27120c45214b088ecde) --- 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)