我正在为我的一个项目使用剑道网络编辑器,并且遇到一个问题,即kendoUI Editor
不必要地对文本中的标签应用大量内联样式。
例如:
<p style="margin-bottom:1em;padding-right:0px;padding-left:0px;font-size:14px;clear:both;word-wrap:break-word;color:#000000;font-family:Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;font-style:normal;font-variant:normal;line-height:18px;">The default MVC template puts the Web.config at the root of the project.</p>
我不需要这种内联样式,因为我正在通过一个样式表处理对象的样式。
有没有办法阻止这种情况发生并且只能限制编辑器在文本中插入基本标签?