Skip to content

Commit f853eae

Browse files
committed
Add another example
1 parent 5818109 commit f853eae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

string.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ actual emoji thanks to the :ref:`emojify filter <reference-twig-filter-emojify>`
624624
{{ ':turtle:'|emojify('github') }} {# renders: 🐢 #}
625625
{{ ':kiwi:'|emojify('gitlab') }} {# renders: 🥝 #}
626626
627+
{{ 'My :turtle: loves to eat :green_salad:'|emojify('slack') }}
628+
{# renders: My 🐢 loves to eat 🥗 #}
629+
627630
Removing Emojis
628631
~~~~~~~~~~~~~~~
629632

0 commit comments

Comments
 (0)