podman/docs/links-to-html.lua
Jhon Honce b977048436 Update XML to not embed quote in PATH on windows
* Remove the unsupported commend in lua script

Fixes #4335

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-01-31 15:22:20 -07:00

5 lines
90 B
Lua

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