0
0
Fork 0
mirror of https://github.com/nzp-team/documentation.git synced 2025-03-13 14:12:14 +00:00
documentation/links-to-html.lua
2024-06-19 16:20:50 -07:00

4 lines
No EOL
93 B
Lua

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