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
11 lines
244 B
Markdown
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 |