summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
22``` 22```
23 23
24URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable. 24URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable.
25
26Some 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 {
27 { "<3", "&#128147;" }, 27 { "<3", "&#128147;" },
28 { ":facepalm:", "&#129318;" }, 28 { ":facepalm:", "&#129318;" },
29 { ":shrug:", "&#129335;" }, 29 { ":shrug:", "&#129335;" },
30 { ":shrug2:", "&#175;\\_(&#12484;)_/&#175;" },
30 { ":eyeroll:", "&#128580;" }, 31 { ":eyeroll:", "&#128580;" },
31 { ":beer:", "&#127866;" }, 32 { ":beer:", "&#127866;" },
32 { ":beers:", "&#127867;" }, 33 { ":beers:", "&#127867;" },