Skip to content

Instantly share code, notes, and snippets.

@curegit
Last active March 11, 2021 07:06
Show Gist options
  • Save curegit/1a76f3e60be7f3f4517ff5345f0b5180 to your computer and use it in GitHub Desktop.
Save curegit/1a76f3e60be7f3f4517ff5345f0b5180 to your computer and use it in GitHub Desktop.
MathML によるマークアップの例
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Repetition-Increasing Sequence</title>
</head>
<body>
<h1>Repetition-Increasing Sequence</h1>
<math style="font-size: xxx-large">
<msub>
<mi>a</mi>
<mi>n</mi>
</msub>
<mo>=</mo>
<mrow>
<mo>&lceil;</mo>
<mfrac>
<mrow>
<msqrt>
<mn>8</mn>
<mi>n</mi>
<mo>+</mo>
<mn>1</mn>
</msqrt>
<mo>-</mo>
<mn>1</mn>
</mrow>
<mn>2</mn>
</mfrac>
<mo>&rceil;</mo>
</mrow>
</math>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment