Skip to content

Commit

Permalink
docs(emoji): Change emoji comment (#611)
Browse files Browse the repository at this point in the history
Fix emoji comment to reflect its actual behavior
  • Loading branch information
VladimirV99 authored and tivie committed Nov 9, 2018
1 parent 0c6f345 commit dc70e68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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';
Expand Down

0 comments on commit dc70e68

Please sign in to comment.