dev-master
9999999-devA ZF2 module to enable use of markdown via composer installation or a git clone
The Requires
- php >=5.3.0
- dflydev/markdown dev-master
zf2 markdown fwahlqvist makrdown extra
Wallogit.com
2017 © Pedro Peláez
A ZF2 module to enable use of markdown via composer installation or a git clone
A simple ZF2 module that lets you use Markdown in your own modules, to install all you will have to do is to, (*1)
Add, (*2)
"fwahlqvist/wdev-markdown": "dev-master"
to your composer and run, (*3)
php composer.phar install
Enable WdevMarkdown in your application.config.php, (*4)
In your view scripts add, (*5)
$this->WdevMarkdown('Your Content');
This module is currently pre configured to use the Markdown Extra and this might be configurable in the future, (*6)
Add test for phpunit, (*7)
Better documentation, (*8)
A ZF2 module to enable use of markdown via composer installation or a git clone
zf2 markdown fwahlqvist makrdown extra