class Kramdown::Converter::Html

def convert_img(el, indent, opts)

def convert_img(el, indent, opts)
  "<img#{options_for_element(el)} />"
end