Browse Source

Update index.js

star7th 8 năm trước cách đây
mục cha
commit
55c7c60169
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Public/js/page/index.js

+ 1 - 1
Public/js/page/index.js

@@ -4,7 +4,7 @@ $(function(){
     
     var EditormdView = editormd.markdownToHTML("page_md_content", {
       htmlDecode      : "style,script,iframe",  // you can filter tags decode
-      emoji           : true,
+      emoji           : false,
       taskList        : true,
       tex             : true,  // 默认不解析
       flowChart       : true,  // 默认不解析