Sha256: 88c996d994ebe596234cc66951042d8bd1fc8f3f10e3f88119a917e08f61f4ae

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 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, flavour)
    # => "<p><a href=\"https://devcenter.heroku.com\">Dev Center</a></p>"
```

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

2 entries across 2 versions & 1 rubygems

Version Path
devcenter-parser-2.0.1 README.md
devcenter-parser-2.0.0 README.md