From 55f22de0a038b90abfb05437143ea185774cb9bc Mon Sep 17 00:00:00 2001 From: maxwellito Date: Mon, 7 May 2018 19:27:19 +0100 Subject: [PATCH] fix: compress showdown emoji * fix showdown emoji compression * test: fix functional test --- src/helpers.js | 2 +- test/functional/makehtml/cases/features/emojis/special.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers.js b/src/helpers.js index f3a3ebb9..cf2a6dc7 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -1604,5 +1604,5 @@ showdown.helper.emojis = { /* special emojis :P */ 'octocat': '', - 'showdown': '' + 'showdown': '' }; diff --git a/test/functional/makehtml/cases/features/emojis/special.html b/test/functional/makehtml/cases/features/emojis/special.html index 03e7ac00..236738ff 100644 --- a/test/functional/makehtml/cases/features/emojis/special.html +++ b/test/functional/makehtml/cases/features/emojis/special.html @@ -1,2 +1,2 @@ -

this is showdown's emoji

+

this is showdown's emoji

and this is github's emoji

\ No newline at end of file