fwahlqvist / wdev-markdown
There is no license information available for the latest version (dev-master) of this package.
A ZF2 module to enable use of markdown via composer installation or a git clone
dev-master
2012-12-15 22:44 UTC
Requires
- php: >=5.3.0
- dflydev/markdown: dev-master
This package is not auto-updated.
Last update: 2025-01-04 15:20:30 UTC
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