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 5818109 commit f853eaeCopy full SHA for f853eae
string.rst
@@ -624,6 +624,9 @@ actual emoji thanks to the :ref:`emojify filter <reference-twig-filter-emojify>`
624
{{ ':turtle:'|emojify('github') }} {# renders: 🐢 #}
625
{{ ':kiwi:'|emojify('gitlab') }} {# renders: 🥝 #}
626
627
+ {{ 'My :turtle: loves to eat :green_salad:'|emojify('slack') }}
628
+ {# renders: My 🐢 loves to eat 🥗 #}
629
+
630
Removing Emojis
631
~~~~~~~~~~~~~~~
632
0 commit comments