showdown/test/features/emojis/links.md
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

11 lines
244 B
Markdown

this link [somelink](http://www.example.com/some:apple:url)
emoji [:apple:](http://www.example.com/some:apple:url)
[:apple:][apple]
[:apple:][]
[apple]: http://www.example.com/some:apple:url
[:apple:]: http://www.example.com/some:apple:url