Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
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" end end
From the Design Piracy series on my blog: