Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 462 Bytes

File metadata and controls

15 lines (14 loc) · 462 Bytes
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 %}