We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
创建初始editor 时 html 设置 <p><span style=\"font-size: 40px; font-family: 微软雅黑;\"><sup><strong>sfdsf</strong></sup></span></p>
<p><span style=\"font-size: 40px; font-family: 微软雅黑;\"><sup><strong>sfdsf</strong></sup></span></p>
editor = E.createEditor({ selector: '#editor-text-area', html: `<p><span style=\"font-size: 40px; font-family: 微软雅黑;\"><sup><strong>sfdsf</strong></sup></span></p>`, config: editorConfig })
编辑区渲染异常
文字不会溢出
5.6.4
不能,需要在代码中设置
wangeditor-team/wangEditor#5986
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
bug 描述
创建初始editor 时 html 设置
<p><span style=\"font-size: 40px; font-family: 微软雅黑;\"><sup><strong>sfdsf</strong></sup></span></p>
编辑区渲染异常
你预期的样子是?
文字不会溢出
系统和浏览器及版本号
wangEditor-next 版本
5.6.4
demo 能否复现该 bug ?
不能,需要在代码中设置
相关 issue
wangeditor-team/wangEditor#5986
The text was updated successfully, but these errors were encountered: