Files | Admin

Notes:

Release Name: 1.2.0

Notes:
Represent+ActiveRecord+Markdown%2C+Textile%2C+Wiki+text%2C+RDoc+columns+as+Markdown%2C+Textile+Wikitext%2C+RDoc+objects+using+various+external+libraries+to+convert+to+HTML.


Changes: %3D%3D+1.2.0+%2F+2008-09-10%0A*+Allow+all+objects+to+have+a+to_html+method+that+defaults+as+to_s+instead+just+doing+this+for+strings.+(idea+from+crnixon%5Bhttp%3A%2F%2Fgithub.com%2Fcrnixon%2F%5D)%0A*+Add+string+methods+to+all+markup+objects+via+the+StringLike+mixin.+(crnixon%5Bhttp%3A%2F%2Fgithub.com%2Fcrnixon%2F%5D)%0A*+Other+Minor+bug+fixes%0A%0A%3D%3D+1.1.2+%2F+2008-08-22%0A*+Make+sure+all+markup+objects+properly+respond+to+the+.blank%3F+method+call.