File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -660,14 +660,14 @@ actual emoji thanks to the :ref:`emojify filter <reference-twig-filter-emojify>`
660
660
{# renders: My 🐢 loves to eat 🥗 #}
661
661
662
662
If you are not sure about how the emojis were transliterated, you can use the
663
- :ref: `text-emoji catalog <string-text-emoji >`, which merges the emoji text codes
664
- of all services:
663
+ :ref: `text catalog <string-text-emoji >`, which merges the emoji text codes of
664
+ all services:
665
665
666
666
.. code-block :: twig
667
667
668
- {{ 'I like :kiwi-fruit:'|emojify('text-emoji ') }} {# renders: I like 🥝 #}
669
- {{ 'I like :kiwi:'|emojify('text-emoji ') }} {# renders: I like 🥝 #}
670
- {{ 'I like :kiwifruit:'|emojify('text-emoji ') }} {# renders: I like 🥝 #}
668
+ {{ 'I like :kiwi-fruit:'|emojify('text') }} {# renders: I like 🥝 #}
669
+ {{ 'I like :kiwi:'|emojify('text') }} {# renders: I like 🥝 #}
670
+ {{ 'I like :kiwifruit:'|emojify('text') }} {# renders: I like 🥝 #}
671
671
672
672
Removing Emojis
673
673
~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments