From 2bf9134fda4c0adaad88f2d00549743faec0a4ac Mon Sep 17 00:00:00 2001 From: default Date: Sat, 3 Dec 2022 20:54:44 +0100 Subject: Added :shrug2: --- examples/formatting.txt | 2 ++ format.c | 1 + 2 files changed, 3 insertions(+) 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", "💓" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, + { ":shrug2:", "¯\\_(ツ)_/¯" }, { ":eyeroll:", "🙄" }, { ":beer:", "🍺" }, { ":beers:", "🍻" }, -- cgit v1.2.3