mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
help: Convert emoji images to unicode emoji.
We had inconsistencies in the documentation where we were using emojis directly in help documentations and sometimes we were using an img tag for it. This commit aims to standardise it to just using emojis directly. See https://chat.zulip.org/#narrow/stream/19-documentation/topic/help.20center.20-.20emojis.20in.20markdown.20files/near/1954272 on more details on the decision.
This commit is contained in:
committed by
Tim Abbott
parent
44a25e00b7
commit
a4d9c2e2c9
@@ -41,9 +41,7 @@ Some details to keep in mind:
|
||||
- Zulip search ignores very common words like `a`, `the`, and about 100 others.
|
||||
- [Emoji](/help/emoji-and-emoticons) in messages (but not [emoji
|
||||
reactions](/help/emoji-reactions)) are included in searches, so if you search
|
||||
for `octopus`, your results will include messages with the `:octopus:` emoji (
|
||||
<img src="/static/generated/emoji/images-google-64/1f419.png" alt="octopus"
|
||||
class="emoji-small"/>).
|
||||
for `octopus`, your results will include messages with the `:octopus:` emoji (🐙).
|
||||
|
||||
## Search filters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user