Commit graph

10 commits

Author SHA1 Message Date
Sullivan SENECHAL 8956d7e71b Fix bad argument on MardownHelper service
`MardownHelper::__construct` argument was changed on #81 but the argument change is missing on the service definition.
2016-05-03 10:18:39 +02:00
Christophe Coevoet 57d1f237c6 Fix the registration of the PHP templating helper 2015-08-05 11:28:54 +02:00
Joseph Bielawski 3c541b580b Removed hard dependency on MarkdownParser code, now uses dflydev/markdown library
Refactored way how parsers are initialized, and allow to select parser while rendering
Interface `MarkdownParserInterface` method name was changed from `#transform($text)` to `#transformMarkdown($text)`
2012-10-15 17:28:35 +02:00
Matthieu Bontemps 6414f6be0a Change Knplabs to Knp. BC break before Symfony2 release. 2011-07-03 11:30:09 +02:00
ornicar f04bb4a7e6 Modernize the bundle, add parser implementation choice, and improve doc. 2011-04-06 23:35:00 -07:00
Matthieu Bontemps 574aaa762e Change namespaces to Vendor\Bundle\BundleName to reflect best practices. 2011-03-12 18:47:26 +01:00
GordonsLondon ddc49d0068 update xml 2011-03-10 00:50:16 +08:00
Antoine Hérault aa765dd1dd Add vendor prefix 2011-02-04 15:28:05 +01:00
Antoine Hérault 5473097373 updated to the last Symfony2 style 2010-09-19 09:03:06 +02:00
ornicar 146a17da75 Add helper 2010-05-06 15:17:59 +02:00