Sha256: a0db891c6b184c42309b44f26f0275bddc649081ea83a888d419f67ab2a646be

Contents?: true

Size: 830 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
devcenter-parser-2.5.1 README.md
devcenter-parser-2.4.0 README.md