# File lib/kramdown/converter/html.rb, line 149
      def convert_hr(el, indent)
        "#{' '*indent}<hr />\n"
      end