Sha256: 157092f1415278f8123ce198769676cef8eb613851360fdc9389a1646bea109d

Contents?: true

Size: 936 Bytes

Versions: 1

Compression:

Stored size: 936 Bytes

Contents

# Rails::Bootstrap::Markdown

A rails gem for [Bootstrap Markdown](http://toopay.github.io/bootstrap-markdown/), rewritten to SCSS for use with [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass)

3rd party libraries included:

- http://toopay.github.io/bootstrap-markdown/
- https://github.com/domchristie/to-markdown
- https://github.com/evilstreak/markdown-js

## Installation

Add this line to your application's Gemfile:

    gem 'rails-bootstrap-markdown'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rails-bootstrap-markdown

## Usage

### CSS

```
*= require bootstrap-markdown
```

### Javascript

```
//= requrie 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-bootstrap-markdown-0.0.2 README.md