Sha256: 718723ad782b41e333ddb9d3da9584dc8d0bdb97315bb616f6ca5cdcd17a3583
Contents?: true
Size: 486 Bytes
Versions: 2
Compression:
Stored size: 486 Bytes
Contents
# pagedown-rails [PageDown](https://code.google.com/p/pagedown/) for the Rails asset pipeline. ## Installation Add this line to the assets group in your Gemfile: ```ruby gem 'pagedown-rails' ``` Add the necessary libraries to `app/assets/javascripts/application.js`: ```js //= require markdown.converter //= require markdown.sanitizer ``` ## What's included? * markdown.converter * markdown.sanitizer * markdown.editor Copyright Richard Hubers, released under the MIT License.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pagedown-rails-1.0.1 | README.md |
pagedown-rails-1.0.0 | README.md |