links-md-to-html.lua 88 B

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