libra/libra-markdown

Markdown view helper for ZF2

1.1.1 2014-02-12 04:55 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:54:47 UTC


README

Usage

You can use it as view helper

echo $this->markdown('Some **markdown** text');

or as library

echo \Michelf\Markdown\Markdown::defaultTransform($text);

By default enabled MarkdownExtra compiler.