wikilinks: remove single quotes (straight apostrophe) from urls
This commit is contained in:
@@ -14,7 +14,7 @@ function Link(el)
|
||||
if el.title == "wikilink" then
|
||||
t = el.target .. "#"
|
||||
t = t:gsub(" ", "-")
|
||||
-- t = t:gsub(t, "'", "")
|
||||
t = t:gsub("'", "")
|
||||
path, frag = t:match("([^#]*)#([^#]*)")
|
||||
t = path
|
||||
if not (
|
||||
|
||||
Reference in New Issue
Block a user