class Kramdown::Converter::Html

def convert(el, indent = -@indent)

+type+ of the element.
Dispatch the conversion of the element +el+ to a convert_TYPE method using the
def convert(el, indent = -@indent)
  send(DISPATCHER[el.type], el, indent)
end