diff --git a/src/resources/filters/quarto-pre/shortcodes-handlers.lua b/src/resources/filters/quarto-pre/shortcodes-handlers.lua index 15fd71fe9d9..b4b108d68d7 100644 --- a/src/resources/filters/quarto-pre/shortcodes-handlers.lua +++ b/src/resources/filters/quarto-pre/shortcodes-handlers.lua @@ -54,12 +54,7 @@ local function shortcodeMetatable(scriptFile) -- quarto global environment json = json, -- quarto functions - quarto = { - utils = { - dump = dump - }, - doc = quarto.doc - } + quarto = quarto } end