Loading filter_1.lua +1 −9 Original line number Diff line number Diff line Loading @@ -112,15 +112,7 @@ if FORMAT:match 'html' then el.content = Run(el) --search for paragraph style el = Style(el) if type(el) == "table" then for key, value in pairs(el) do print(key .. ":" .. type(value)) end elseif type(el) == "userdata" then el = Reference(el) else print(type(el)) end return el end Loading Loading
filter_1.lua +1 −9 Original line number Diff line number Diff line Loading @@ -112,15 +112,7 @@ if FORMAT:match 'html' then el.content = Run(el) --search for paragraph style el = Style(el) if type(el) == "table" then for key, value in pairs(el) do print(key .. ":" .. type(value)) end elseif type(el) == "userdata" then el = Reference(el) else print(type(el)) end return el end Loading