Solutions Log

So I only have to figure things out once.

Using Markdown in Rails Apps With BlueCloth

RedCloth seems like a bad idea for doing Mardown, since it wants to do Textile first then degrade to Markdown or some such nonsense. Markdown = more better, IMO.

Download BlueCloth gem

sudo gem install ~/Desktop/BlueCloth-x.x.x.gem

Syntax:

<%= markdown(@item.description) %>

Comments