Commit 9c54c2b0 authored by Serafino's avatar Serafino
Browse files

Modified for debugging

parent e647cf54
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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