documentation/links-to-html.lua

4 lines
93 B
Lua
Raw Normal View History

2024-06-19 23:20:50 +00:00
function Link(el)
el.target = string.gsub(el.target, "%.md", ".html")
return el
end