Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (12 loc) · 870 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 870 Bytes

Parsedown Bundle

Code Climate Scrutinizer Code Quality

SensioLabsInsight

dotHIV parsedown bundle for Symfony2 install Parsedown and provides a twig filter

Install

composer require dothiv/dothiv-parsedown-bundle dev-master

Add

new Dothiv\Bundle\ParsedownBundle\DothivParsedownBundle(),

to your AppKernel.php.

Usage

In twig templates:

{{ var|markdown }}