Skip to content

Commit

Permalink
Update README to include emoji example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcargile committed May 12, 2020
1 parent ee8c35d commit 2272a62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,11 @@ As you can see below, the `notification-summary` and `notification-color` are be

<p align="center">
<img src="notification-color-screenshots.png">
</p>

### Emojis
Emoji support isn't great for incoming webhooks on Microsoft Teams yet. You can hack your way through it using HEX codes. For example, in `notification-summary` I used `Emojify! &#x1F6A2​​ &#x2705;` for the following screenshot. HEX codes for emojis [here](https://apps.timwhitlock.info/emoji/tables/unicode).

<p align="center">
<img src="notification-emoji-screenshot.png">
</p>
Binary file added notification-emoji-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2272a62

Please sign in to comment.