module RedCloth::Formatters::HTML

def br(opts)

def br(opts)
  if hard_breaks == false
    "\n"
  else
    "<br#{pba(opts)} />\n"
  end
end