# File lib/kramdown/converter/base.rb, line 134
      def in_toc?(el)
        @options[:toc_levels].include?(el.options[:level])
      end