class Kramdown::Converter::Html
def convert(el, indent = -@indent)
Dispatch the conversion of the element +el+ to a +convert_TYPE+ method using the +type+ of
def convert(el, indent = -@indent) send(@dispatcher[el.type], el, indent) end
def convert(el, indent = -@indent) send(@dispatcher[el.type], el, indent) end