Closed Zclhlmgqzc closed 5 years ago
选择图片选择浮动
<p><img src="https://www.notadd.com/src/neditor-demo.webp" _src="https://www.notadd.com/src/neditor-demo.webp" width="317" height="292" style="width: 317px; height: 292px; float: left;">test</p>
点击 html 按钮之后变成
<p> <img src="https://www.notadd.com/src/neditor-demo.webp" width="317" height="292"/>test </p>
建议在配置里加上 style
whitList: [ ... img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', '_url', 'loadingclass', 'class', 'data-latex'], => img: ['style', 'src', 'alt', 'title', 'width', 'height', 'id', '_src', '_url', 'loadingclass', 'class', 'data-latex'],
欢迎提交PR
@zuohuadong #109
感谢
选择图片选择浮动
点击 html 按钮之后变成
建议在配置里加上 style