This is a redmine plugin for supporting Markdown as a wiki format.
Redmine is a flexible project management web application. See the official site for more details.
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
See the article on John Gruber's blog for more details.
- Redmine and its prerequisites
- rdiscount gem
- Copy the plugin directory into the vendor/plugins directory
- Start Redmine
Installed plugins are listed on 'Admin -> Information' screen.
Don't forget to change "Text formatting" option under Administration -> Settings -> General tab.
- Yuki Sonoda 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
- make the blockquote and unblockquote work for list items to indent and un-indent. Current behavior is kind of confusing.