Vanessa219 / vditor

♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
https://b3log.org/vditor
MIT License
8.25k stars 852 forks source link

为什么代码块渲染时会出现两次复制的情况,一次在外面,一次是里面的代码块折叠 #1576

Closed hgtc2698334504 closed 5 months ago

hgtc2698334504 commented 6 months ago

image 渲染的逻辑是这样的,不知道怎么会出现上面的错误 `javascript VditorPreview.preview(vditorPreview, outerHTML, { theme: { current: 'Light' }, hljs: { style: "borland", lineNumber: true,

                },

            });

`

Vanessa219 commented 5 months ago

只有一个复制按钮,你的重现步骤是?

image