Skip to content

Commit fde81e6

Browse files
committed
Add another example
1 parent 3650e99 commit fde81e6

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
@@ -654,6 +654,9 @@ actual emoji thanks to the :ref:`emojify filter <reference-twig-filter-emojify>`
654654
{{ ':turtle:'|emojify('github') }} {# renders: 🐢 #}
655655
{{ ':kiwi:'|emojify('gitlab') }} {# renders: 🥝 #}
656656
657+
{{ 'My :turtle: loves to eat :green_salad:'|emojify('slack') }}
658+
{# renders: My 🐢 loves to eat 🥗 #}
659+
657660
Removing Emojis
658661
~~~~~~~~~~~~~~~
659662

0 commit comments

Comments
 (0)