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
如题. 上图是输入的数学公式块, 使用了 \begin{aligned} \end{aligned} , 在思源内编辑和渲染都是正常的. 上图是将这个公式块复制粘贴到别处或者导出为markdown的结果, 可以看到在标明对其位置的 & 符号之后出现了 amp; 的乱码, 影响了公式的正常渲染.
\begin{aligned}
\end{aligned}
amp;
The text was updated successfully, but these errors were encountered:
麻烦帖一下公式原文文本,谢谢。
Sorry, something went wrong.
\begin{aligned} MRS_{12}&=\frac{d X_{2}}{d X_{1}}=-\frac{\partial u\left(X_{1}, X_{2}\right) / \partial X_{1}}{\partial u\left(X_{1}, X_{2}\right) / \partial X_{2}}\\ &=-\frac{6/ X_{1}}{4 / X_{2}}\\ &=-\frac{6}{4} \frac{X_{2}}{X_{1}}\\ &=-\frac{6}{4} \times \frac{1}{2}\\ &=-0.75 \end{aligned}
谢谢,下个版本修复。
🎨 删除行级公式转义订正,行级和块级公式内容不需要订正,在导出标准 Markdown 时已经重写渲染器 siyuan-note/siyua…
2a7d895
…n#3234
88250
No branches or pull requests
描述问题 Describe the problem
如题.


上图是输入的数学公式块, 使用了
\begin{aligned}
\end{aligned}
, 在思源内编辑和渲染都是正常的.上图是将这个公式块复制粘贴到别处或者导出为markdown的结果, 可以看到在标明对其位置的
&
符号之后出现了amp;
的乱码, 影响了公式的正常渲染.期待的结果 Expected result
截屏或者录屏演示 Screenshot or screen recording presentation
版本环境 Version environment
日志文件 Log File
更多信息 More information
The text was updated successfully, but these errors were encountered: