From f8959e7bdd507013c0ed17b71b97f6aae409e93f Mon Sep 17 00:00:00 2001 From: Elnur Abdurrakhimov Date: Mon, 24 Feb 2014 21:08:07 +0400 Subject: [PATCH] Make the Sundown service classes overridable using parameters --- Resources/config/sundown.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Resources/config/sundown.xml b/Resources/config/sundown.xml index 84f3f87..ea1f81d 100644 --- a/Resources/config/sundown.xml +++ b/Resources/config/sundown.xml @@ -3,17 +3,23 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> + + Knp\Bundle\MarkdownBundle\Parser\SundownParser + Sundown\Markdown + Sundown\Render\HTML + + - + - + %markdown.sundown.extensions% - + %markdown.sundown.render_flags%