# File lib/kramdown/converter/latex.rb, line 258 def convert_em(el, opts) "\\emph{#{latex_link_target(el)}#{inner(el, opts)}}" end