Sha256: 5e3dff682294d96cfea87913d305609dbf87c9f0e6fcc239863300cb485d6610
Contents?: true
Size: 830 Bytes
Versions: 17
Compression:
Stored size: 830 Bytes
Contents
# devcenter-parser Markdown parser used by [Heroku Dev Center](https://devcenter.heroku.com). Usage: ```ruby require 'devcenter-parser' md = '[Dev Center](https://devcenter.heroku.com)' DevcenterParser.to_html(md) # => "<p><a href=\"https://devcenter.heroku.com\">Dev Center</a></p>" ``` It supports GitHub flavored markdown plus [a few enhancements](https://devcenter.heroku.com/articles/writing#formatting) and sanitizes the output. Test: ```bash $ bundle exec rake ``` ## License See the LICENSE file included in the distribution. ## Release a new version 1. Update the `lib/version.rb` file and commit 2. Ensure you that you are an owner on [the gem's RubyGems page](https://rubygems.org/gems/devcenter-parser) 3. `rake release` 4. Profit ## Copyright Copyright (C) 2013 Heroku <raul@heroku.com>.
Version data entries
17 entries across 17 versions & 1 rubygems