murank / redmine_kramdown_formatter

This plugin supports markdown format by kramdown.
0 stars 0 forks source link

Redmine Kramdown formatter

This plugin supports markdown format by kramdown.

Why kramdown?

Redmine officially supports markdown since 2.5, but it requires Redcarpet gem. The gem doesn't get along with jruby because of its dependency on C extension (see this comment in Gemfile).

Kramdown is a pure-Ruby markdown converter and it doesn't have such a restriction.

Prerequisites

Tested on Redmine 3.2.1, but it would work on Redmine 2.x.

Installation

  1. Clone or download this repository in plugins directory.

  2. Run bundle install.

  3. Restart redmine.

  4. Go to [Administration] > [Settings] > [General] and set [Text formatting] to Kramdown.

License

This plugin is distributed under GPL v2 license. A part of source code originates from Redmine.