Rails::Bootstrap::Markdown
A rails gem for Bootstrap Markdown, rewritten to SCSS for use with bootstrap-sass.
3rd party libraries included:
- http://toopay.github.io/bootstrap-markdown/
- https://github.com/domchristie/to-markdown
- https://github.com/evilstreak/markdown-js
- https://github.com/mathiasbynens/he
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
To require all 3rd party libraries at once, use:
//= require bootstrap-markdown-bundle
Contributing
- 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