# File lib/kramdown/converter/html.rb, line 261
      def convert_img(el, indent)
        "<img#{html_attributes(el.attr)} />"
      end