1 2 3 4 5
# links-to-html.lua function Link(el) el.target = string.gsub(el.target, "%.1.md", ".html") return el end