class Kramdown::Converter::Html

def convert_hr(el, indent)

def convert_hr(el, indent)
  "#{' ' * indent}<hr#{html_attributes(el.attr)} />\n"
end