imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.63k stars 156 forks source link

尖括号不知道什么条件下会转译? #553

Closed wabshs closed 5 months ago

wabshs commented 5 months ago

Describe the issue

我引入了一个组件叫做MetingJS,可以在HTML页面里面渲染出一个播放器,奇怪的是我一台电脑上的两个项目都是同版本的md-editor,一个会把尖括号转译成例如&lt导致渲染的组件不生效,另一个则正常 image image

Procedure version

4.11.2

Reproduction link

No response

imzbf commented 5 months ago

在禁用xss的时候不会转义,4.11.3以后禁用参考:https://imzbf.github.io/md-editor-v3/zh-CN/demo#%F0%9F%94%93%20%E7%A7%BB%E9%99%A4%20xss%20%E6%89%A9%E5%B1%95