Gemified by Doc Walker
Provides GitHub Flavored Markdown CSS for the Rails 3.1+ asset pipeline.
Add these lines to your application's Gemfile
:
# github flavored markdown css packaged for the rails asset pipeline
gem 'github-css-rails', '~> 1.1.3'
And then execute:
$ bundle
Or install it yourself as:
$ gem install github-css-rails
Add these lines to app/assets/stylesheets/application.css
/*
provides GitHub Flavored Markdown CSS from gem 'github-css-rails':
= require github-css-rails
*/
- Fork it
- 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 new Pull Request
- GitHub Flavored Markdown
- Github Markdown Stylesheet
- RailsCast #245 New Gem with Bundler -- inspiration
- Gemify Assets for Rails -- guidance