Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.04 KB

EmojiSpecs.md

File metadata and controls

39 lines (29 loc) · 1.04 KB

Extensions

This section describes the different extensions supported:

Emoji

Emoji shortcodes and smileys can be converted to their respective unicode characters:

This is a test with a :) and a :angry: smiley
.
<p>This is a test with a 😃 and a 😠 smiley</p>

An emoji needs to be preceded by a space:

These are not:) an emoji with a:) x:angry:x
.
<p>These are not:) an emoji with a:) x:angry:x</p>

Emojis can be followed by close punctuation (or any other characters):

We all need :), it makes us :muscle:. (and :ok_hand:).
.
<p>We all need 😃, it makes us 💪. (and 👌).</p>

Sentences can end with emojis:

This is a sentence :ok_hand:
and keeps going to the next line :)
.
<p>This is a sentence 👌
and keeps going to the next line 😃</p>