module RedCloth::Formatters::HTML

def del(opts)

def del(opts)
  opts[:block] = true
  "<del#{pba(opts)}>#{opts[:text]}</del>"
end