require 'superredcloth'class SuperBlackCloth < SuperRedCloth def to_tagged_text text = "<ASCII-MAC>\n<Version:5>\n" text += self.to_html end def copyright(opts) "CCCCC" endend