Download the PHP package bcremer/sculpin-commonmark-bundle without Composer
On this page you can find all versions of the php package bcremer/sculpin-commonmark-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bcremer/sculpin-commonmark-bundle
More information about bcremer/sculpin-commonmark-bundle
Files in bcremer/sculpin-commonmark-bundle
Package sculpin-commonmark-bundle
Short Description Sculpin league/commonmark bundle
License MIT
Informations about the package sculpin-commonmark-bundle
Sculpin CommonMark Bundle
Sculpin bundle that integrates the league/commonmark markdown parser.
Installation
-
Add the following to your
sculpin.json
file: - Run
sculpin update
. - Add the bundle to your kernel
app/SculpinKernel.php
:
Extensibility
This bundle provides access to the low level component of the league/commonmark
package.
For more information about league/commonmark
customization please see Advanced Usage & Customization and
Community Extensions.
Defined services
This bundle defines the following services in the sculpin DI Container:
sculpin_commonmark.environment
sculpin_commonmark.docparser
sculpin_commonmark.htmlrenderer
sculpin_commonmark.league_converter
sculpin_commonmark.converter
sculpin_commonmark.event.commonmark
Defined DI Tags
This bundle handles the following Dependency Injection Tags:
sculpin_commonmark.extension
: To add a implementation ofLeague\CommonMark\Extension\ExtensionInterface
to theLeague\CommonMark\Environment
.
Example
To add the CommonMark Table Extension add the following to your app/config/sculpin_services.yml
:
License
The MIT License (MIT). Please see License File for more information.