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.
Add this line to your application's Gemfile:
gem 'roger_better_markdown'Navigate to a .md file without the .md. Profit!
- Fork it ( https://github.com/digitpaint/roger_better_markdown/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- Make documentation full width when printing
- Make documentation readable on smaller screens
- Add pygments highlighting
- Initial commit