# File lib/maruku/output/to_html.rb, line 440
        def to_html_ul
                if @attributes[:toc]
                        # render toc
                        html_toc = @doc.toc.to_html
                        return html_toc
                else
                        add_ws  wrap_as_element('ul')               
                end
        end