edgedesign/preformat-for-texy-bundle
Composer 安装命令:
composer require edgedesign/preformat-for-texy-bundle
包简介
This bundle provides filters, that can transform given content in various ways.
README 文档
README
This bundle provides Twig magro preformat, that can trigger some changes on input HTML source code.
Inside, there are several Preformatter, that manipulate with given code.
Currently defined Preformatters
- PreCodePreformatter - changes occurences of
in blocks into /--code source --source - CodePreformatter - changes occurences of
sourcein line intosource.
Defining new Preformatter
- Preformatter must implement Preformatter\PreformatterInterface.
- Preformatter must be declared as a service with tag called "edge.preformatter". Optional priority might be specified. The higher priority, the sooner the service will be called. Default priority is 0.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-13