定制 bcremer/sculpin-commonmark-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bcremer/sculpin-commonmark-bundle

最新稳定版本:0.5.0

Composer 安装命令:

composer require bcremer/sculpin-commonmark-bundle

包简介

Sculpin league/commonmark bundle

README 文档

README

Software License Latest Version

Sculpin bundle that integrates the league/commonmark markdown parser.

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:
<?php

class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return array(
            'Bcremer\Sculpin\Bundle\CommonMarkBundle\SculpinCommonMarkBundle'
        );
    }
}

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:

Example

To add the CommonMark Table Extension add the following to your app/config/sculpin_services.yml:

# app/config/sculpin_services.yml
services:
    league.commonmark.tablextension:
          class: League\CommonMark\Extension\Table\TableExtension
          tags:
            - { name: sculpin_commonmark.extension }

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 5.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 6
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-23