We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
ir
sv
当粘贴多行文本中,且有多个 Mathjax 块时解析会不正常
-----------------------粘贴以下内容 -------------- 下面是 A 的式子: $$a = 1 + 2$$ 下面是 B 的式子: $$b = 2+3$$ 下面是 C 的式子: $$c = 3+4$$ -----------------------------------------------------
直接出现解析错误,图片如下:
-----------------------粘贴以下内容 -------------- 下面是 A 的式子: $$ a = 1 + 2 $$ 下面是 B 的式子: $$ b = 2+3 $$ 下面是 C 的式子: $$ c = 3+4 $$ -----------------------------------------------------
在 案例2 中 分屏编辑预览模式 显示完全正常;所见即所得模式 和 即时渲染模式 解析内容块正常,但是没有对 MathJax 进行渲染,除非粘贴后再进行 Keydown 输入内容
分屏编辑预览模式
所见即所得模式
即时渲染模式
正确结果应该是粘贴后,对 Mathjax 块进行正确识别,并且进行渲染
The text was updated successfully, but these errors were encountered:
🎨 Vditor 支持
42b36d1
粘贴数学公式时渲染报错 Vanessa219/vditor#621
感谢反馈,这个问题主要是因为对形如 $$foo$$ 的数学公式块解析有缺陷导致,已经改进。
$$foo$$
Sorry, something went wrong.
88250
No branches or pull requests
编辑模式
wysiwyg
所见即所得模式ir
即时渲染模式sv
分屏编辑预览模式描述问题
当粘贴多行文本中,且有多个 Mathjax 块时解析会不正常
案例1:
直接出现解析错误,图片如下:



案例2:
在 案例2 中


分屏编辑预览模式
显示完全正常;所见即所得模式
和即时渲染模式
解析内容块正常,但是没有对 MathJax 进行渲染,除非粘贴后再进行 Keydown 输入内容期待的结果
正确结果应该是粘贴后,对 Mathjax 块进行正确识别,并且进行渲染

The text was updated successfully, but these errors were encountered: