mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
17 lines
302 B
HTML
17 lines
302 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
|
|
<!-- Default values for open, close, separators -->
|
|
<math>
|
|
<mfenced open="(" close=")" separators=",">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
<mi>d</mi>
|
|
<mi>e</mi>
|
|
</mfenced>
|
|
</math>
|
|
|
|
</body>
|
|
</html>
|