editable
editable copied to clipboard
导出HTML时,style=""的双引号会和font-family:"Source Code Pro"的双引号冲突,导致获取的HTML字符串语法不正确
导出的HTML字符串:
// this is a code block
const some_string = "hello world";
console.log(some_string);