class Kramdown::Converter::Kramdown
def initialize(root, options)
def initialize(root, options) super @linkrefs = [] @footnotes = [] @abbrevs = [] @stack = [] @list_indent = @options[:list_indent] @list_spacing = ' ' * (@list_indent - 2) end
def initialize(root, options) super @linkrefs = [] @footnotes = [] @abbrevs = [] @stack = [] @list_indent = @options[:list_indent] @list_spacing = ' ' * (@list_indent - 2) end