... | @@ -51,3 +51,36 @@ Just look up one of the supported codes. |
... | @@ -51,3 +51,36 @@ Just look up one of the supported codes. |
|
|
|
|
|
Consult the [Emoji Cheat Sheet](https://www.webfx.com/tools/emoji-cheat-sheet/)
|
|
Consult the [Emoji Cheat Sheet](https://www.webfx.com/tools/emoji-cheat-sheet/)
|
|
for a list of all supported emoji codes. :thumbsup:
|
|
for a list of all supported emoji codes. :thumbsup:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- {+ addition 1 +}
|
|
|
|
- [+ addition 2 +]
|
|
|
|
- {- deletion 3 -}
|
|
|
|
- [- deletion 4 -]
|
|
|
|
|
|
|
|
- {+ Just regular text +}
|
|
|
|
- {+ Text with `backticks` inside +}
|
|
|
|
- {+ Text with escaped \`backticks\` inside +}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
This math is inline: $`a^2+b^2=c^2`$.
|
|
|
|
|
|
|
|
This math is on a separate line using a ```` ```math ```` block:
|
|
|
|
|
|
|
|
```math
|
|
|
|
a^2+b^2=c^2
|
|
|
|
```
|
|
|
|
|
|
|
|
This math is on a separate line using inline `$$`: $$a^2+b^2=c^2$$
|
|
|
|
|
|
|
|
This math is on a separate line using a `$$...$$` block:
|
|
|
|
|
|
|
|
$$
|
|
|
|
a^2+b^2=c^2
|
|
|
|
$$ |
|
|
|
\ No newline at end of file |