Skip to content

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

License

Notifications You must be signed in to change notification settings

jhx/gem-github-css-rails

Repository files navigation

github-css-rails

Gem Travis Gemnasium Code Climate Coveralls

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.3'

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published