diff --git a/src/subParsers/emoji.js b/src/subParsers/emoji.js index 785cf7bb..838b3ccc 100644 --- a/src/subParsers/emoji.js +++ b/src/subParsers/emoji.js @@ -1,6 +1,7 @@ /** - * These are all the transformations that occur *within* block-level - * tags like paragraphs, headers, and list items. + * Turn emoji codes into emojis + * + * List of supported emojis: https://github.com/showdownjs/showdown/wiki/Emojis */ showdown.subParser('emoji', function (text, options, globals) { 'use strict';