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