class Kramdown::Converter::Html

def convert_img(el, _indent)

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