github-css-rails Gem Version

Gemified by Doc Walker

Provides GitHub Flavored Markdown CSS for the Rails 3.1+ asset pipeline.

Installation

Add these lines to your application's Gemfile:

# github flavored markdown css packaged for the rails asset pipeline
gem 'github-css-rails', '~> 1.1'

And then execute:

$ bundle

Or install it yourself as:

$ gem install github-css-rails

Usage

Add these lines to app/assets/stylesheets/application.css

provides GitHub Flavored Markdown CSS from gem 'github-css-rails':
= require github-css-rails

Contributing

  1. Fork it
  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 new Pull Request

Acknowledgements