showdown/test/features/emojis/links.html
Estevao Soares dos Santos 5b8f1d312f feat(emoji): add emoji support
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
2017-10-24 13:44:49 +01:00

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>