class Kramdown::Converter::Html

def convert_hr(el, indent, opts)

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