Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update emoji and emoticon shortcuts in UG #2379

Merged
merged 1 commit into from
Nov 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>