# MathML: A node library to parse MathML

<!-- BADGES/ -->

<span class="badge-travisci"><a href="http://travis-ci.org/ag-gipp/node-mathml" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/ag-gipp/node-mathml/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/mathml" title="View this project on NPM"><img src="https://img.shields.io/npm/v/mathml.svg" alt="NPM version" /></a></span>
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/mathml" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/mathml.svg" alt="NPM downloads" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/ag-gipp/node-mathml" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/ag-gipp/node-mathml.svg" alt="Dependency Status" /></a></span>
<span class="badge-daviddmdev"><a href="https://david-dm.org/ag-gipp/node-mathml#info=devDependencies" title="View the status of this project's development dependencies on DavidDM"><img src="https://img.shields.io/david/dev/ag-gipp/node-mathml.svg" alt="Dev Dependency Status" /></a></span>
<span class="badge-coveralls"><a href="https://coveralls.io/r/ag-gipp/node-mathml" title="View this project's coverage on Coveralls"><img src="https://img.shields.io/coveralls/ag-gipp/node-mathml.svg" alt="Coveralls Coverage Status" /></a></span>

<!-- /BADGES -->

MathML allows to load modify and render MathML input. It is based on the XML processing node module xtraverse.

<!-- BACKERS/ -->


<h3>Contributors</h3>

These amazing people have contributed code to this project:

<ul><li><a href="https://github.com/vstange">Vincent Stange</a> — <a href="https://github.com/ag-gipp/node-mathml/commits?author=vstange" title="View the GitHub contributions of Vincent Stange on repository ag-gipp/node-mathml">view contributions</a></li>
<li><a href="http://software.wikimedia.de">Thiemo Kreuz</a></li>
<li><a href="https://github.com/skaufhold">Stefan Kaufhold</a> — <a href="https://github.com/ag-gipp/node-mathml/commits?author=skaufhold" title="View the GitHub contributions of Stefan Kaufhold on repository ag-gipp/node-mathml">view contributions</a></li>
<li><a href="https://github.com/smalyshev">Stanislav Malyshev</a> — <a href="https://github.com/ag-gipp/node-mathml/commits?author=smalyshev" title="View the GitHub contributions of Stanislav Malyshev on repository ag-gipp/node-mathml">view contributions</a></li>
<li><a href="https://github.com/JonasKress">Jonas Kress</a> — <a href="https://github.com/ag-gipp/node-mathml/commits?author=JonasKress" title="View the GitHub contributions of Jonas Kress on repository ag-gipp/node-mathml">view contributions</a></li>
<li><a href="https://github.com/fbrix">Felix Brix</a> — <a href="https://github.com/ag-gipp/node-mathml/commits?author=fbrix" title="View the GitHub contributions of Felix Brix on repository ag-gipp/node-mathml">view contributions</a></li>
<li><a href="https://github.com/LuiSlacker">Petulant Slacker</a> — <a href="https://github.com/ag-gipp/node-mathml/commits?author=LuiSlacker" title="View the GitHub contributions of Petulant Slacker on repository ag-gipp/node-mathml">view contributions</a></li>
<li><a href="http://github.com/apps/greenkeeper">greenkeeper[bot]</a></li>
<li><a href="http://snyk.io">Snyk bot</a></li>
<li><a href="https://github.com/Thanathan-k">Michael Kramer</a> — <a href="https://github.com/ag-gipp/node-mathml/commits?author=Thanathan-k" title="View the GitHub contributions of Michael Kramer on repository ag-gipp/node-mathml">view contributions</a></li>
<li><a href="www.meuschke.org">Norman Meuschke</a></li>
<li><a href="www.formulasearchengine.com">Moritz Schubotz</a></li></ul>



<!-- /BACKERS -->


<!-- LICENSE/ -->

<h2>License</h2>

Unless stated otherwise all works are:

<ul><li>Copyright &copy; Moritz Schubotz</li></ul>

and licensed under:

<ul><li><a href="http://spdx.org/licenses/Apache-2.0.html">Apache License 2.0</a></li></ul>

<!-- /LICENSE -->
