class Kramdown::Converter::Kramdown

def convert_em(el, opts)

def convert_em(el, opts)
  "*#{inner(el, opts)}*"
end