This commit is contained in:
Robert Jelic
2025-02-16 20:28:06 +01:00
parent 7f08b6d0f7
commit a1fe485f1a
2 changed files with 1 additions and 2 deletions

View File

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