mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
16 lines
299 B
XML
16 lines
299 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>
|
|
|