documentation/links-to-html.lua
2024-06-19 16:20:50 -07:00

4 lines
No EOL
93 B
Lua

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