# File lib/kramdown/converter/latex.rb, line 152
      def convert_dt(el, opts)
        "\\item[#{inner(el, opts)}] "
      end