class Kramdown::Converter::Html

def convert_img(el, indent)

def convert_img(el, indent)
  "<img#{html_attributes(el.attr)} />"
end