5 lines
90 B
Lua
5 lines
90 B
Lua
function Link(el)
|
|
el.target = string.gsub(el.target, "%.1.md", ".html")
|
|
return el
|
|
end
|