-- links-to-html.lua function Link(el) el.target = string.gsub(el.target, "%/", "/readme.html") return el end