gem install radiant-kramdown_filter-extension gem install coderay then in config/environment.rb
... require 'radius' require 'coderay' # add this line ... config.gem 'will_paginate', :version => '~> 2.3.11' config.gem 'radiant-kramdown_filter-extension' # add this line ... then restart radiant and you should be all set. On Sun, Dec 12, 2010 at 5:23 PM, Fima Leshinsky <[email protected]> wrote: > So looks like there are two radiant extensions below that allow you to > leverage the coderay gem: > https://github.com/phallstrom/code_ray > https://github.com/alno/radiant-code-extension > I'm inclined to use the the 2nd one since it supports other syntax > highlighters beyond coderay. What are your thoughts on which one to use? > > Also, I'm curious, why use kramdown over the existing Markdown radiant > filter? Speed or other reasons as well? > Thanks!
