Skip to content

Commit ebb0a88

Browse files
authored
[Mailer] Update mailer.rst
Add `twig/extra-bundle` to the Markdown Extra Installation Instructions
1 parent 3053229 commit ebb0a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ several popular libraries):
526526
.. code-block:: terminal
527527
528528
# instead of league/commonmark, you can also use erusev/parsedown or michelf/php-markdown
529-
$ composer require twig/markdown-extra league/commonmark
529+
$ composer require twig/extra-bundle twig/markdown-extra league/commonmark
530530
531531
The extension adds a ``markdown_to_html`` filter, which you can use to convert parts or
532532
the entire email contents from Markdown to HTML:

0 commit comments

Comments
 (0)