summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-03 20:54:44 +0100
committerdefault <nobody@localhost>2022-12-03 20:54:44 +0100
commit2bf9134fda4c0adaad88f2d00549743faec0a4ac (patch)
tree382eef1ec51c9ed661146c61f96c31f2c804d34b
parentbd0149ee0d2b38d2aab97ef5096ca1a3cb529086 (diff)
Added :shrug2:
-rw-r--r--examples/formatting.txt2
-rw-r--r--format.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/formatting.txt b/examples/formatting.txt
index 40a3f78..556d649 100644
--- a/examples/formatting.txt
+++ b/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:
diff --git a/format.c b/format.c
index e9863dd..d149def 100644
--- a/format.c
+++ b/format.c
@@ -27,6 +27,7 @@ struct {
{ "<3", "&#128147;" },
{ ":facepalm:", "&#129318;" },
{ ":shrug:", "&#129335;" },
+ { ":shrug2:", "&#175;\\_(&#12484;)_/&#175;" },
{ ":eyeroll:", "&#128580;" },
{ ":beer:", "&#127866;" },
{ ":beers:", "&#127867;" },