This commit is contained in:
Robert Jelic
2025-02-16 20:31:07 +01:00
parent a1fe485f1a
commit 1c90c6cf04
3 changed files with 2 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
local markdown = require("markdown")
local markdown = require("tools/markdown")
local function ensureDirectory(path)
local dir = path:match("(.*)/[^/]*$")