yig/links-to-html.lua

4 lines
91 B
Lua

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