class Kramdown::Converter::Html

def convert_dt(el, indent, opts)

def convert_dt(el, indent, opts)
  "#{' '*indent}<dt#{html_attributes(el)}>#{inner(el, indent, opts)}</dt>\n"
end