module RedCloth::Formatters::HTML

def hr(opts)

def hr(opts)
  "<hr#{pba(opts)} />\n"
end