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

Maintainers

Package info

github.com/fwahlqvist/WdevMarkdown

pkg:composer/fwahlqvist/wdev-markdown

Statistics

Installs: 48

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2012-12-15 22:44 UTC

This package is not auto-updated.

Last update: 2026-03-14 20:51:42 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