@@ -231,7 +231,7 @@ end
function lume.format(str, vars)
local f = function(x) return tostring(vars[x]) or "{" .. x .. "}" end
local f = function(x) return tostring(vars[x] or "{" .. x .. "}") end
return (str:gsub("{(.-)}", f))
end
The note is not visible to the blocked user.