在内联html中无法正确呈现Mathml

时间:2016-02-19 11:21:47

标签: html mathml

似乎即使内联<p> The series <math xmlns="http://www.w3.org/1998/Math/MathML" display='inline'> <munderover> <mo>&sum;</mo> <mrow> <mi>n</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>&infin;</mi> </munderover> <mfrac> <mn>1</mn> <mi>n</mi> </mfrac> </math> is divergent. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum a magna vel lorem auctor sagittis. Nullam viverra quam et quam sodales convallis. Donec felis nulla, scelerisque vel ante nec, ultricies viverra erat. Ut aliquet mollis dolor, sodales fringilla purus ultrices eu. Integer elit metus. </p> 在线下方和上方添加了额外的空格。 As shown herehere。我该如何避免这种行为?这是我使用的代码。

application.xml

感谢。

1 个答案:

答案 0 :(得分:2)

好的,似乎Ubuntu上的Linux没有使用拉丁现代的最后一个,这导致了这个bug。 以下this procedure导致了正确的渲染。