Skip to content

Commit e952c4a

Browse files
committed
Add a tip about the default emojify catalog
1 parent 378e733 commit e952c4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

string.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,11 @@ all services:
669669
{{ 'I like :kiwi:'|emojify('text') }} {# renders: I like 🥝 #}
670670
{{ 'I like :kiwifruit:'|emojify('text') }} {# renders: I like 🥝 #}
671671
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+
672677
Removing Emojis
673678
~~~~~~~~~~~~~~~
674679

0 commit comments

Comments
 (0)