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 eef22d4 commit 3650e99Copy full SHA for 3650e99
string.rst
@@ -649,7 +649,7 @@ actual emoji thanks to the :ref:`emojify filter <reference-twig-filter-emojify>`
649
650
.. code-block:: twig
651
652
- {{ 'green heart'|emojify }} {# renders: 💚 #}
+ {{ ':green-heart:|emojify }} {# renders: 💚 #}
653
{{ ':green_salad:'|emojify('slack') }} {# renders: 🥗 #}
654
{{ ':turtle:'|emojify('github') }} {# renders: 🐢 #}
655
{{ ':kiwi:'|emojify('gitlab') }} {# renders: 🥝 #}
0 commit comments