Enable Markdown files in your app/views/ directory.
After installing the gem you can create and use markdown files in your view folders.
- Markdown files are rendered as HTML using the redcarpet gem.
Add this line to your application's Gemfile:
gem "markdowner"And then execute:
bundleOr install it yourself as:
gem install markdownerContribution directions go here.
The gem is available as open source under the terms of the MIT License.