# File lib/kramdown/converter/html.rb, line 59 def initialize(root, options) super @footnote_counter = @footnote_start = @options[:footnote_nr] @footnotes = [] @toc = [] @toc_code = nil @indent = 2 @stack = [] end