Sha256: 1315cf29dcc720a4fda77237555df90185d06df6809dbf3150f14654d56607aa

Contents?: true

Size: 617 Bytes

Versions: 4

Compression:

Stored size: 617 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.

## Copyright
Copyright (C) 2013 Heroku <raul@heroku.com>.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
devcenter-parser-2.1.2 README.md
devcenter-parser-2.1.1 README.md
devcenter-parser-2.1.0 README.md
devcenter-parser-2.0.2 README.md