Skip to content

The Markdown.js JavaScript library ready to play with the Rails Asset Pipeline

License

Notifications You must be signed in to change notification settings

scienceexchange/deprecated-markdownjs-rails

 
 

Repository files navigation

markdownjs-rails

markdownjs-rails wraps the 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 minify in production.

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

Versioning

markdownjs-rails 1.0.2 == Markdown.js 1.0.2

Every attempt is made to mirror the currently shipping Markdown.js version number wherever possible. Should a gem bug be discovered, a 4th version identifier will be added and incremented.

About

The Markdown.js JavaScript library ready to play with the Rails Asset Pipeline

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%