editable icon indicating copy to clipboard operation
editable copied to clipboard

导出HTML时,style=""的双引号会和font-family:"Source Code Pro"的双引号冲突,导致获取的HTML字符串语法不正确

Open HAY0526 opened this issue 1 year ago • 0 comments

导出的HTML字符串:

// this is a code block
const some_string = "hello world";
console.log(some_string);

HAY0526 avatar Jan 17 '24 09:01 HAY0526