class Kramdown::Converter::Html

def convert(el, indent = -INDENTATION, opts = {})

def convert(el, indent = -INDENTATION, opts = {})
  send("convert_#{el.type}", el, indent, opts)
end