editablejs / editable

🌱 A collaborative rich-text editor framework that focuses on stability, controllability, extensibility, and performance. 一款强到离谱的富文本编辑器框架,专注于稳定性、可控性、扩展性和性能。
https://docs.editablejs.com
Apache License 2.0
1.79k stars 120 forks source link

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

Open HAY0526 opened 7 months ago

HAY0526 commented 7 months ago

导出的HTML字符串:

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