editor.md #:#:# - Creates < img> tags - how to prevent? Where?

vngu2lb8  于 2022-10-27  发布在  其他
关注(0)|答案(1)|浏览(125)

If you go here: https://pandao.github.io/editor.md/en.html
And enter this in the online demo at the top:


### Features

I ran 14:12:1 to 11:21:5

Looks like this:

How do I prevent that?

Update:
Seems to be caused by emojis

// Emoji graphics files url path
    editormd.emoji     = {
        path  : "https://www.webfx.com/assets/emoji-cheat-sheet/img/graphics/emojis/",
        ext   : ".png"
    };

" https://www.webfx.com/tools/emoji-cheat-sheet/graphics/emojis/ " does not work.

This example is all jacked:

http://editor.md.ipandao.com/examples/emoji.html

相关问题