rich-text不支持标签属性中带双引号“
一串由富文本编辑框生成的HTML代码: <span style=“font-family: "andale mono";”>1</span>
在DB存储与API返回中:<span style=“font-family: “andale mono”;”>1</span>
unexpected character “”" …
从道理上来说应该属于富文本编辑框的坑,但是一般浏览器可以兼容处理这样情况,rich-text官方组件能否支持?