Markdown: Emoji
Emoji #
Classic syntax #
To define an emoji, use its associated pseudo-code ( Sample emoji pseudo-code list).
Markdown | HTML | Rendering |
---|---|---|
| <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.
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:
- copy the emoji as text ( Sample emoji list to copy).
Markdown | HTML | Rendering |
---|---|---|
| <p>🤘</p> | 🤘 |