Redmine kramdown Formatter
Provides kramdown as a text formatting option for Redmine.
What is redmine?
Redmine is a flexible project management web application. See the official site for more details.
What is kramdown?
kramdown is a free GPL-licensed Ruby library for parsing and converting a superset of Markdown.
Prerequisites
-
kramdown:
gem install kramdown
Installation
- Copy
redmine_kramdown_formatter
to thevendor/plugins
directory. - Restart Redmine.
- Select
kramdown
as the formatting syntax under Administration > Settings > General > Text formatting
Credits
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