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