Content deleted Content added
fix: broken replacement - attempt 9 (this should no longer be broken now, but there are other problems) |
|||
Line 38:
end
return result
end
Line 126:
as_key_content_function = function(text)
local function func(content)
return result
end
return func
Line 135 ⟶ 136:
as_value_content_function = function(text)
local function func(category)
return result
end
return func
Line 145 ⟶ 147:
local function func(left, right)
-- some improvements could be made here
return result
end
return func
Line 151 ⟶ 154:
-- escapes replacement, replace '%' with '%%'
-- ah, multiple return results cost us headache, apparently multiple return results expand into multiple arguments
escape_replacement = function(text)
return result
end
unstrip_and_strip_nowiki_tags = function(text)
return result
end
|