deCloudflare/tool/md2html/links-to-html.lua

5 lines
88 B
Lua

function Link(el)
el.target = string.gsub(el.target, "%.md", ".html")
return el
end