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
5 lines
276 B
HTML
5 lines
276 B
HTML
<p>this link <a href="http://www.example.com/some:apple:url">somelink</a></p>
|
|
<p>emoji <a href="http://www.example.com/some:apple:url">🍎</a></p>
|
|
<p><a href="http://www.example.com/some:apple:url">🍎</a></p>
|
|
<p><a href="http://www.example.com/some:apple:url">🍎</a></p>
|