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>
This commit is contained in:
Jhon Honce
2020-01-31 15:22:20 -07:00
parent 4699d5e02d
commit b977048436
2 changed files with 1 additions and 2 deletions

View File

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