We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3650e99 commit fde81e6Copy full SHA for fde81e6
string.rst
@@ -654,6 +654,9 @@ actual emoji thanks to the :ref:`emojify filter <reference-twig-filter-emojify>`
654
{{ ':turtle:'|emojify('github') }} {# renders: 🐢 #}
655
{{ ':kiwi:'|emojify('gitlab') }} {# renders: 🥝 #}
656
657
+ {{ 'My :turtle: loves to eat :green_salad:'|emojify('slack') }}
658
+ {# renders: My 🐢 loves to eat 🥗 #}
659
+
660
Removing Emojis
661
~~~~~~~~~~~~~~~
662
0 commit comments