module ERB::Util
module RedCloth
module RedCloth::Formatters
module RedCloth::Formatters::Base
module RedCloth::Formatters::HTML
module RedCloth::Formatters::LATEX
module RedCloth::Formatters::LATEX::Settings
module RedCloth::VERSION
class ERB
class RedCloth::TextileDoc
RedCloth
4.3.4
# del
def del(opts) opts[:block] = true "<del#{pba(opts)}>#{opts[:text]}</del>" end