diff options
Diffstat (limited to 'docs/links-to-html.lua')
-rw-r--r-- | docs/links-to-html.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/links-to-html.lua b/docs/links-to-html.lua index 74072a9e4..816c43353 100644 --- a/docs/links-to-html.lua +++ b/docs/links-to-html.lua @@ -1,4 +1,3 @@ -# links-to-html.lua function Link(el) el.target = string.gsub(el.target, "%.1.md", ".html") return el |