module RedCloth::Formatters::HTML

def table_open(opts)

def table_open(opts)
  "<table#{pba(opts)}>\n"
end