# File lib/kramdown/converter/html.rb, line 74
      def convert(el, indent = -@indent)
        send(DISPATCHER[el.type], el, indent)
      end