kramdown_filter
kramdown is a Markdown parser which supports standard Markdown and popular extensions from PHP Markdown Extra and Maruku. For more information about kramdown:
http://kramdown.rubyforge.org
http://kramdown.rubyforge.org/syntax.html
| Author | john muhl |
|---|---|
| Website | http://rubygems.org/gems/radiant-kramdown_filter-extension |
| Repository | git://github.com/johnmuhl/radiant-kramdown_filter-extension.git |
| Download | http://rubygems.org/gems/radiant-kramdown_filter-extension-1.0.12.gem |
| Supports | Radiant 0.6.x - 0.9.x |
| Record Created | January 27, 2010 (about 2 years ago) |
| Last Updated | December 13, 2010 (about 1 year ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install kramdown_filter
The kramdown filter can be installed in the traditional manner (vendor/extensions/...) in any version of Radiant or as a Gem in Radiant versions 0.9 and higher.
When installing as a Gem remember to add the following to config/environment.rb
config.gem 'radiant-kramdown_filter-extension'
(Near the bottom you should see a similar line concerning will_paginate; add it immediately after that.)
