Content deleted Content added
fiddle so output with disp=table works in a table cell |
another attempt to escape stuff in table cell while keeping piped link |
||
Line 95:
end
local function safe_cell(text, multiline)
--
--
text = text:gsub('{', '{'):gsub('|', '|'):gsub('%z', '|') -- restore pipe in piped link
if multiline then
text = text:gsub('\\n', '<br />')
|