Content deleted Content added
. |
. |
||
Line 55:
table.insert(result, "'''" .. str .. "'''")
end
end
return table.concat(result, '\n')
Line 77 ⟶ 74:
table.insert(result, '*[[' .. page .. '#' .. str .. '|' .. str .. ']]')
end
end
return table.concat(result, '\n')
|