mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-04 14:36:52 +00:00
minor #3301 Remove extra Mardown word in classname (XenoX)
This PR was merged into the 3.x branch.
Discussion
----------
Remove extra Mardown word in classname
Commits
-------
e76bd98a Remove extra Mardown word in classname
This commit is contained in:
@@ -43,7 +43,7 @@ You can also use the filter on an included file:
|
||||
Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension
|
||||
explictly on the Twig environment::
|
||||
|
||||
use Twig\Extra\Markdown\MarkdownMarkdownExtension;
|
||||
use Twig\Extra\Markdown\MarkdownExtension;
|
||||
|
||||
$twig = new \Twig\Environment(...);
|
||||
$twig->addExtension(new MarkdownExtension());
|
||||
|
||||
@@ -42,7 +42,7 @@ You can also use the filter on an included file:
|
||||
Then, use the ``twig/extra-bundle`` on Symfony projects or add the extension
|
||||
explictly on the Twig environment::
|
||||
|
||||
use Twig\Extra\Markdown\MarkdownMarkdownExtension;
|
||||
use Twig\Extra\Markdown\MarkdownExtension;
|
||||
|
||||
$twig = new \Twig\Environment(...);
|
||||
$twig->addExtension(new MarkdownExtension());
|
||||
|
||||
Reference in New Issue
Block a user