PHPackages                             bcremer/sculpin-commonmark-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. bcremer/sculpin-commonmark-bundle

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

bcremer/sculpin-commonmark-bundle
=================================

Sculpin league/commonmark bundle

0.5.0(4y ago)35.6k2MITPHPPHP &gt;=7.3

Since Feb 23Pushed 4y ago6 watchersCompare

[ Source](https://github.com/bcremer/sculpin-commonmark-bundle)[ Packagist](https://packagist.org/packages/bcremer/sculpin-commonmark-bundle)[ RSS](/packages/bcremer-sculpin-commonmark-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Sculpin CommonMark Bundle
=========================

[](#sculpin-commonmark-bundle)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/5f1b7e7c38abac4ee7b45d1469856d637802d9e394893e23aa2f8892274ed2eb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626372656d65722f7363756c70696e2d636f6d6d6f6e6d61726b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bcremer/sculpin-commonmark-bundle)

[Sculpin](http://sculpin.io) bundle that integrates the [league/commonmark](https://github.com/thephpleague/commonmark) markdown parser.

Installation
------------

[](#installation)

- Add the following to your `sculpin.json` file:

```
{
    "require": {
        "bcremer/sculpin-commonmark-bundle": "~0.5"
    }
}
```

- Run `sculpin update`.
- Add the bundle to your kernel `app/SculpinKernel.php`:

```
