class Kramdown::Converter::Latex

def convert_em(el, opts)

def convert_em(el, opts)
  "\\emph{#{latex_link_target(el)}#{inner(el, opts)}}"
end