mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
5b8f1d312f
Add unicode emoji support to showdown. To enable this feature, use `emoji: true` option. A list of supported emojis is available here: https://github.com/showdownjs/showdown/wiki/Emojis Closes #448
4 lines
63 B
HTML
4 lines
63 B
HTML
<p>foo🍎bar</p>
|
|
<p>foo: apple :bar</p>
|
|
<p>:foo 🍎 bar:</p>
|