module RedCloth::Formatters::HTML

def dl_open(opts)

def dl_open(opts)
  opts[:block] = true
  "<dl#{pba(opts)}>\n"
end