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