class Kramdown::Converter::Latex

def convert_strong(el, opts)

def convert_strong(el, opts)
  "\\textbf{#{latex_link_target(el)}#{inner(el, opts)}}"
end