浏览代码

Added :shrug2:

default 2 年之前
父节点
当前提交
2bf9134fda
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 2 0
      examples/formatting.txt
  2. 1 0
      format.c

+ 2 - 0
examples/formatting.txt

@@ -22,3 +22,5 @@ It also allows preformatted text using three backquotes in a single line:
 ```
 
 URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable.
+
+Some emojis: X-D <3 :beer: :shrug: :shrug2:

+ 1 - 0
format.c

@@ -27,6 +27,7 @@ struct {
     { "<3",         "&#128147;" },
     { ":facepalm:", "&#129318;" },
     { ":shrug:",    "&#129335;" },
+    { ":shrug2:",   "&#175;\\_(&#12484;)_/&#175;" },
     { ":eyeroll:",  "&#128580;" },
     { ":beer:",     "&#127866;" },
     { ":beers:",    "&#127867;" },