class Kramdown::Converter::Html
def convert_em(el, indent, opts)
def convert_em(el, indent, opts) "<#{el.type}#{html_attributes(el)}>#{inner(el, indent, opts)}</#{el.type}>" end
def convert_em(el, indent, opts) "<#{el.type}#{html_attributes(el)}>#{inner(el, indent, opts)}</#{el.type}>" end