Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 866 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 866 Bytes

Redmine RD Formatter

This is a redmine plugin for supporting RD as a wiki format.

What is RD?

RD(Ruby Document Format) is Ruby's POD.

It is a lightweight markup language, which was commonly used in Ruby-related documents. Some of experienced Ruby programmers still love it.

See the article on Wikipedia for more details.

Installation

Add this line to your application's Gemfile:

gem 'redmine_rd_formatter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install redmine_rd_formatter

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request