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
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
*= require bootstrap-markdown
//= require bootstrap-markdown
- 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