Skip to content

PauSentis/rails-bootstrap-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

To require all 3rd party libraries at once, use:

//= require bootstrap-markdown-bundle

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

About

A Rails gem for Bootstrap Markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 4.5%
  • Ruby 1.2%