mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
315 B
XML
17 lines
315 B
XML
|
|
||
|
|
||
|
<math xmlns="http://www.w3.org/1998/Math/MathML" mode="inline">
|
||
|
<mfrac>
|
||
|
<mi>x</mi>
|
||
|
<mi>y</mi>
|
||
|
</mfrac>
|
||
|
</math>
|
||
|
<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
|
||
|
<mfrac>
|
||
|
|
||
|
<mi>x</mi>
|
||
|
<mi>y</mi>
|
||
|
</mfrac>
|
||
|
</math>
|
||
|
|