From dc70e6898364847ffa36ce7824985c4b8b62a234 Mon Sep 17 00:00:00 2001 From: Vladimir Vuksanovic Date: Fri, 26 Oct 2018 11:31:24 +0200 Subject: [PATCH] docs(emoji): Change emoji comment (#611) Fix emoji comment to reflect its actual behavior --- src/subParsers/emoji.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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';