Commit e647cf54 authored by Serafino's avatar Serafino
Browse files

modified for debugging

parent 5ba50d56
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ if FORMAT:match 'html' then
        el.content = Run(el)
        --search for paragraph style
        el = Style(el)
        print(type(el), el.t)
        el = Reference(el)
        return el        
    end