| title | Emojis Cheatsheet |
|---|---|
| layout | blog-article |
| permalink | /blog/emojis-cheatsheet/ |
You can use emojis within comments, just like you would in a comment or issue within a repository on GitHub.
{% for emoji in site.data.emojis %}
{% capture s %}:{{emoji[0]}}: `:{{emoji[0]}}:`{% endcapture %}
{{s | markdownify}}
{% endfor %}