bluecloth2_filter
The bluecloth2 filter wraps the bluecloth 2 gem. Bluecloth 2 has much faster and more accurate rendering than the Bluecloth 1 included with Radiant.
| Author | john muhl |
|---|---|
| Website | http://github.com/johnmuhl/radiant-bluecloth2_filter-extension |
| Download | http://rubygems.org/downloads/radiant-bluecloth2_filter-extension-1.0.0.gem |
| Supports | Radiant 0.9.x |
| Record Created | March 3, 2010 (6 months ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install bluecloth2_filter
The bluecloth2 filter can be installed in the traditional way in any version of Radiant less than 0.9 or as a Rubygem in Radiant 0.9+. If you install as a Gem just be sure to add the following inside the Radiant::Initializer.run do |config| in your config/environment.rb file.
config.gem 'radiant-bluecloth2_filter-extension', :lib => false
