Website/node_modules/mathjax-node/test-files/test-mml.html

12 lines
214 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>This is the title</title>
</head>
<body>
<h1>Math: <math><mi>x</mi></math>.</h1>
<p>
More Math: <math display="block"><mfrac><mi>x</mi><mi>y</mi></mfrac></math>
</body>
</html>