You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Download chunks of math from html file</title>
</head>
<body>
<form>
HTML file to get MathML chunks from:
<input id="html_file" type="file">
<br/>
<br/>
</form>
<button onclick="get_math()">Get math in file</button>
<br/>
<br/>
<p>A simple tool that extracts mathml chunks from the content, with their surrounding lines for context.</p>
<p><p>More in-depth information can be found in the <a rel="external" href="https://commwebteam.github.io/mathml_formatter/#visually-inspecting-mathml-equations-for-correctness">readme</a>.</p>