yig/links-to-html.lua

4 lines
91 B
Lua
Raw Permalink Normal View History

2024-06-29 15:48:06 -05:00
function Link(el)
el.target = string.gsub(el.target, "%.md", ".html")
return el
end