-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
markdown渲染的一点问题 #169
Comments
🤔 我在我本地用你的例子重现出来了,我也有点懵。 |
如果把公式去掉也可以正常输出,会不会是公式的问题? |
我不确定根源是否在于 kateX,它可能只是 bug 的一种体现,因为从 markdown 的编译结果来看,输出是正常的,包括再进一步包装成 vue SFC 的模板字符串,它依然是正常的,不正常的地方,是经过 vite 发送到 浏览器后内容就已经被裁剪了。 而这里 vite 发送到浏览器前需要经过 |
@TheCoderAlex 可以确定是在
可以看到, 最终产物 |
@pengzhanbo 在markdown文件中启用 |
这是一个可以稳定复现的 bug,我还是去 vue 社区反馈下吧 |
好的,多谢! |
好的。我将vue版本锁到3.4了,现在没啥问题,等更新。 |
一种工作方式: 移除外层的div vue playground |
@TheCoderAlex 该bug 已在 [email protected] 中修复。 |
收到,已更新。关闭issue了。 |
在一个已经有3个二级标题的markdown中添加一个三级标题会导致渲染出的html部分内容消失。主要集中在包含公式的段落及其以后的段落出现消失。例如以下的markdown:
在添加测试这个三级标题前一切正常,添加后页面缺失元素,如下所示:
有趣的是,我使用了本仓库中其他有多级目录的例子试了却没有任何问题。这是为什么?
The text was updated successfully, but these errors were encountered: