# File lib/maruku/toc.rb, line 73
    def to_html
      MaRuKu::Out::HTML::HTMLElement.new('div', { 'class' => 'maruku_toc' }, _to_html)
    end