On Thu, 3 Jun 2004 00:59:49 +0900, why the lucky stiff <ruby-talk / whytheluckystiff.net> wrote: > > just discovered in the porridge dripping from a willow tree: > > RedCloth 2.0.11. > http://rubyforge.org/frs/download.php/698/redcloth-2.0.11.tar.gz > And, of course, don't forget: $ sudo gem -Ri redcloth --install-stub Attempting remote installation of 'redcloth' Successfully installed RedCloth version 2.0.11 $ ruby -rredcloth -e 'puts RedCloth.new(%q{"RubyGems":http://rubygems.rubyforge.org}).to_html' <p>RubyGems</p> :) Chad