We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a4175 commit a29e28cCopy full SHA for a29e28c
src/resources/filters/quarto-pre/options.lua
@@ -39,7 +39,6 @@ function var(name, def)
39
end
40
41
function parseOption(name, options, def)
42
- print(name)
43
name = name:gsub("%\\%.", string.char(1))
44
local keys = split(name, ".")
45
local value = nil
0 commit comments