podman/docs/links-to-html.lua

5 lines
90 B
Lua

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