Markdown: Emoji

Emoji#


Classic syntax#

To define an emoji, use its associated pseudo-code (Sample emoji pseudo-code list ).

Markdown HTML Rendering
:metal:
<p>🤘</p>
🤘
Warning, to be able to use the emoji pseudo-code it is necessary that the enableEmoji Hugo option has to be activated.
In addition, some pseudo-code may not be taken into account by the markdown converter.

Alternative syntax#

To define an emoji it is possible to use an alternative syntax:

Markdown HTML Rendering
🤘
<p>🤘</p>
🤘