class Kramdown::Converter::Base

def initialize(root, options)

Initialize the converter with the given +root+ element and +options+ hash.
def initialize(root, options)
  @options = options
  @root = root
  @data = {}
  @warnings = []
end