statyk/resources/statyk/org-links-to-html.lua
Yann Esposito (Yogsototh) 698dc9d224
Attempt to add resources
2024-01-16 08:33:44 +01:00

6 lines
146 B
Lua

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