class Kramdown::Converter::Html
def convert(el, indent = -@indent)
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
def convert(el, indent = -@indent) send(DISPATCHER[el.type], el, indent) end