diff options
| -rw-r--r-- | examples/formatting.txt | 2 | ||||
| -rw-r--r-- | format.c | 1 |
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 | ||
| 24 | URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable. | 24 | URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable. |
| 25 | |||
| 26 | Some emojis: X-D <3 :beer: :shrug: :shrug2: | ||
| @@ -27,6 +27,7 @@ struct { | |||
| 27 | { "<3", "💓" }, | 27 | { "<3", "💓" }, |
| 28 | { ":facepalm:", "🤦" }, | 28 | { ":facepalm:", "🤦" }, |
| 29 | { ":shrug:", "🤷" }, | 29 | { ":shrug:", "🤷" }, |
| 30 | { ":shrug2:", "¯\\_(ツ)_/¯" }, | ||
| 30 | { ":eyeroll:", "🙄" }, | 31 | { ":eyeroll:", "🙄" }, |
| 31 | { ":beer:", "🍺" }, | 32 | { ":beer:", "🍺" }, |
| 32 | { ":beers:", "🍻" }, | 33 | { ":beers:", "🍻" }, |