class Kramdown::Converter::Html

def convert_em(el, indent)

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