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
将如下的表格复制到思源里:
| aaa | bbb | | ---- | ---- | | $x_{A|B}$ | $y_{A|B}$ |
将$$符号里包含的 | 符号忽略表格解析
PS:使用反斜杠\进行注释可以避免表格错误,但是公式渲染会出错:
The text was updated successfully, but these errors were encountered:
🎨 表格内公式含有 | 符号导致表格异常分割 siyuan-note/siyuan#3168
859c287
86c0bfc
现在的版本 v2.10.7 中确认这个问题不应该解决,
其中公式中的 | 属于表格块级,块级优先级高于行级,所以会被表格解析优先使用。
Sorry, something went wrong.
88250
No branches or pull requests
Describe the problem
将如下的表格复制到思源里:
Expected result
将$$符号里包含的 | 符号忽略表格解析
Version environment
PS:使用反斜杠\进行注释可以避免表格错误,但是公式渲染会出错:

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