/rails-bootstrap-markdown

A Rails gem for Bootstrap Markdown

Primary LanguageJavaScriptMIT LicenseMIT

Rails::Bootstrap::Markdown

A rails gem for Bootstrap Markdown, rewritten to SCSS for use with bootstrap-sass.

3rd party libraries included:

Installation

Add this line to your application's Gemfile:

gem 'rails-bootstrap-markdown'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install rails-bootstrap-markdown

Usage

CSS

*= require bootstrap-markdown

Javascript

//= require bootstrap-markdown

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