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 378e733 commit e952c4aCopy full SHA for e952c4a
string.rst
@@ -669,6 +669,11 @@ all services:
669
{{ 'I like :kiwi:'|emojify('text') }} {# renders: I like 🥝 #}
670
{{ 'I like :kiwifruit:'|emojify('text') }} {# renders: I like 🥝 #}
671
672
+.. tip::
673
+
674
+ The ``text`` catalog is used by default when no catalog is passed, so calling
675
+ ``|emojify('text')`` is the same as calling ``|emojify``.
676
677
Removing Emojis
678
~~~~~~~~~~~~~~~
679
0 commit comments