class Kramdown::Converter::Html

def convert_hr(el, indent)

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