# File lib/kramdown/converter/toc.rb, line 40 def initialize(root, options) super @toc = Element.new(:toc) @stack = [] @options[:template] = '' end