Skip to content

Commit

Permalink
add-bluecloth-gem
Browse files Browse the repository at this point in the history
You may need to install the relevant ruby gem: either BlueCloth
(markdown) or RedCloth (textile).   Do this by adding

    gem "bluecloth"

to your Gemfile and then running


    $ bundle install
  • Loading branch information
bryanlarsen committed Nov 14, 2011
1 parent 1804ca2 commit d39091f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -30,3 +30,4 @@ gem 'sqlite3'
# gem 'webrat'
# end
gem "hobo", "= 1.3.0.RC4"
gem "bluecloth"

0 comments on commit d39091f

Please sign in to comment.