2017 © Pedro Peláez
 

library wdev-markdown

A ZF2 module to enable use of markdown via composer installation or a git clone

image

fwahlqvist/wdev-markdown

A ZF2 module to enable use of markdown via composer installation or a git clone

  • Saturday, December 15, 2012
  • by fwahlqvist@gmail.com
  • Repository
  • 1 Watchers
  • 2 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WdevMarkdown

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');

TODO

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)

The Versions

15/12 2012

dev-master

9999999-dev

A ZF2 module to enable use of markdown via composer installation or a git clone

  Sources   Download

The Requires

 

zf2 markdown fwahlqvist makrdown extra