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
There was an error while loading. Please reload this page.
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
将只要一行的代码复制到表格的时候会内核崩溃。 测试发现将代码的块复制到表格就会崩溃
v1.8.6
The text was updated successfully, but these errors were encountered:
发现其他块复制到表格也有类似问题,在这个 issue 中一并修复。
Sorry, something went wrong.
🐛 Protyle 复制块到表格触发状态异常 siyuan-note/siyuan#4141
553207c
表格无法包含块级元素,只能粘贴行级元素。
#2436 中的情况会自动提取行级元素。但是代码块中没有行级元素,所以提取结果是空字符串。
d8ec991
中西文插入空格后代码块出现块 ID siyuan-note/siyuan#4184
88250
Vanessa219
No branches or pull requests
描述问题 Describe the problem
将只要一行的代码复制到表格的时候会内核崩溃。


测试发现将代码的块复制到表格就会崩溃
版本环境 Version environment
v1.8.6
The text was updated successfully, but these errors were encountered: