Provides kramdown as a text formatting option for Redmine.
Redmine is a flexible project management web application. See the official site for more details.
kramdown is a free GPL-licensed Ruby library for parsing and converting a superset of Markdown.
-
kramdown:
gem install kramdown
- Copy
redmine_kramdown_formatter
to thevendor/plugins
directory. - Restart Redmine.
- Select
kramdown
as the formatting syntax under Administration > Settings > General > Text formatting
Code based on the redmine_markdown_extra_formatter.
- Yuki Sonoda http://github.com/yugui did the real work by creating the redmine_rd_formatter
- Jean-Philippe Lang for making the change to RedMine (based on Yuki's patch) to allow pluggable formatters