Skip to content
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

标记数学公式后,会导致数学公式结构错乱,无法正常显示 #86

Open
tianhuifei opened this issue Jul 14, 2021 · 0 comments

Comments

@tianhuifei
Copy link

tianhuifei commented Jul 14, 2021

如题,此现象在firefox上重现,firefox对数学公式有完美的支持。
代码如下:
<math> <mrow> <msub> <mi>α</mi> <mi>EFF</mi> </msub> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>Σ</mi> <mrow> <mi>i</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>n</mi> </munderover> <msub> <mi>A</mi> <mi>i</mi> </msub> <msub> <mi>E</mi> <mi>i</mi> </msub> <msub> <mi>α</mi> <mi>i</mi> </msub> </mrow> <mrow> <munderover> <mi>Σ</mi> <mrow> <mi>i</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>n</mi> </munderover> <msub> <mi>A</mi> <mi>i</mi> </msub> <msub> <mi>E</mi> <mi>i</mi> </msub> </mrow> </mfrac> <mo>-</mo> <mo>-</mo> <mo>-</mo> <mrow> <mo>(</mo> <mn>1</mn> <mo>)</mo> </mrow> </mrow> </math>
截图:

数学公式

标记之后:

数学公式err

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant