Sha256: 37aa4049947ad3af5a52a89014834220dbc5bbda9705f8f0d3a73564c4b893c6

Contents?: true

Size: 616 Bytes

Versions: 1

Compression:

Stored size: 616 Bytes

Contents

# markdownjs-rails

markdownjs-rails wraps the [Markdown.js](https://github.com/evilstreak/markdown-js) library in a rails engine for simple use with the asset pipeline provided by Rails 3.1+. The gem includes the development (non-minified) source for ease of exploration. The asset pipeline will handle minification in your production environment or if you set `config.assets.debug = false` in other environments.

## Installation

Add this line to your application's Gemfile:

    gem 'markdownjs-rails'

Add the following directive to your Javascript manifest file (eg: application.js):

    //= require markdown

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
markdownjs-rails-1.0.2 README.md