mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-02 05:26:43 +00:00
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