class Kramdown::Converter::Html

def convert_em(el, indent, opts)

def convert_em(el, indent, opts)
  "<#{el.type}#{options_for_element(el)}>#{inner(el, indent, opts)}</#{el.type}>"
end