Module:String2/sandbox: Difference between revisions

Content deleted Content added
just the first <li>
move before
Line 15:
local lipos = string.find(s, "<li>" )
if lipos then
return string.sub(s, 1, lipos - 1) .. " // " .. string.sub(s, lipos) .. "<br>"
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then