# File lib/kramdown/converter/latex.rb, line 262 def convert_strong(el, opts) "\\textbf{#{latex_link_target(el)}#{inner(el, opts)}}" end