class Kramdown::Converter::Kramdown
def convert_dt(el, opts)
def convert_dt(el, opts) result = +'' if (ial = ial_for_element(el)) result << ial << " " end result << inner(el, opts) << "\n" end
def convert_dt(el, opts) result = +'' if (ial = ial_for_element(el)) result << ial << " " end result << inner(el, opts) << "\n" end