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
wysiwyg
使用font属性渲染内容,手动输入代码<font size=12>test</font>无法渲染,此时复制该行内容发现标签被转义。 通过粘贴 <font size=12>test</font>到编辑器同样无法解析,但粘贴<font size=12 >test</font>可以被正常实时渲染
<font size=12>test</font>
<font size=12 >test</font>
手动输入html代码可以被正确渲染
The text was updated successfully, but these errors were encountered:
在处理 HTML 时会自动转换为 <code> 来包裹 HTML 代码。目前的问题是 spin 以后错误将语法节点解析为 code 而不是 html-inline,这个问题稍后会解决,感谢反馈。
<code>
Sorry, something went wrong.
🐛 Vditor 所见即所得行级 HTML 解析错误 Vanessa219/vditor#1156
f2f0d32
b317bc8
88250
No branches or pull requests
编辑模式
wysiwyg
所见即所得模式描述问题
使用font属性渲染内容,手动输入代码
<font size=12>test</font>
无法渲染,此时复制该行内容发现标签被转义。通过粘贴
<font size=12>test</font>
到编辑器同样无法解析,但粘贴<font size=12 >test</font>
可以被正常实时渲染期待的结果
手动输入html代码可以被正确渲染
截屏或录像
版本信息
其他信息
The text was updated successfully, but these errors were encountered: