Skip to content

Commit 82536e7

Browse files
committed
minor #13935 [Mailer] Update mailer.rst (LiLinen)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Update mailer.rst Brings consistency with the CSS Inliner & Inky Extension Installation Instructions. Furthermore, without the `twig/extra-bundle` installed one needs to manually register the extension & the filter by itself will not work automatically. Commits ------- ebb0a88 [Mailer] Update mailer.rst
2 parents 3053229 + ebb0a88 commit 82536e7

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)