fwahlqvist/wdev-markdown
Composer 安装命令:
composer require fwahlqvist/wdev-markdown
包简介
A ZF2 module to enable use of markdown via composer installation or a git clone
README 文档
README
A simple ZF2 module that lets you use Markdown in your own modules, to install all you will have to do is to
Add
"fwahlqvist/wdev-markdown": "dev-master"to your composer and run
php composer.phar install
Enable WdevMarkdown in your application.config.php
In your view scripts add
$this->WdevMarkdown('Your Content');
##TODO This module is currently pre configured to use the Markdown Extra and this might be configurable in the future
Add test for phpunit
Better documentation
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2012-12-09