Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>embellished operators: ignore space-like children</title>
<link rel="stylesheet" href="/fonts/ahem.css" />
<style>
@font-face {
font-family: operators;
src: url("/fonts/math/operators.woff");
}
math {
font: 25px/1 Ahem;
}
mo {
font-family: operators;
}
</style>
</head>
<body>
<div>
<!-- first and last children space-like -->
<mover>
<mtext>abcdef</mtext>
<mrow>
<mtext>g</mtext>
<mo stretchy="false">&#xaf;</mo>
<mtext>h</mtext>
</mrow>
</mover>
</math>
</div>
</body>
</html>