浏览代码

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

Fix emoji comment to reflect its actual behavior
Vladimir Vuksanovic 6 年之前
父节点
当前提交
74e77369e0
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/subParsers/makehtml/emoji.js

+ 3 - 2
src/subParsers/makehtml/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('makehtml.emoji', function (text, options, globals) {
   'use strict';