Skip to content

Commit

Permalink
Update emoji and emoticon shortcuts in UG (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlylt authored Nov 26, 2023
1 parent c392020 commit 2b73029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/userGuide/syntax/emoji.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
<include src="codeAndOutput.md" boilerplate >
<variable name="highlightStyle">markdown</variable>
<variable name="code">
:+1: :exclamation: :x: :construction:
:+1: :exclamation: :x: :construction: :) :/ :D
</variable>
</include>
</div>

<div class="indented">

%%{{ icon_info }} [the list of supported emoji](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md).%%
%%{{ icon_info }} The list of supported [emoji](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md) and [emoticon shortcuts](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/shortcuts.js).%%
</div>

<div id="short" class="d-none">

```markdown
:+1: :exclamation: :x: :construction:
:+1: :exclamation: :x: :construction: :) :/ :D
```
</div>

<div id="examples" class="d-none">

:+1: :exclamation: :x: :construction:
:+1: :exclamation: :x: :construction: :) :/ :D
</div>

0 comments on commit 2b73029

Please sign in to comment.