require 'superredcloth' class SuperBlackCloth < SuperRedCloth def to_tagged_text text = "\n\n" text += self.to_html end def copyright(opts) "CCCCC" end end