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