RogerBetterMarkdown

Quick n' dirty way to render markdown with code highlighting.

Potentially we should replace this with support for front-matter this way a layout could be used for rendering and CSS'ing.

Installation

Add this line to your application's Gemfile:

gem 'roger_better_markdown'

Usage

Navigate to a .md file without the .md. Profit!

Contributing

  1. Fork it ( https://github.com/digitpaint/roger_better_markdown/fork )
  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 a new Pull Request