# File lib/kramdown/converter/latex.rb, line 241 def convert_codespan(el, opts) "{\\tt #{latex_link_target(el)}#{escape(el.value)}}" end