Project

markdowner

0.0
The project is in a healthy, maintained state
Enable markdown files in your app/views/ directory.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 7.1, >= 7.1.3.4
~> 3.6
 Project Readme

Markdowner

Enable Markdown files in your app/views/ directory.

Usage

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.

Installation

Add this line to your application's Gemfile:

gem "markdowner"

And then execute:

bundle

Or install it yourself as:

gem install markdowner

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.