docs(emoji): Change emoji comment (#611)

Fix emoji comment to reflect its actual behavior
This commit is contained in:
Vladimir Vuksanovic 2018-10-26 11:31:24 +02:00 committed by Estevao Soares dos Santos
parent 0c6f345c4c
commit dc70e68983

View File

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