Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 539 Bytes

mml-chtml.html.md

File metadata and controls

13 lines (8 loc) · 539 Bytes

This example shows how to use the mml-chtml component to process a complete HTML page containing MathML notation into math using the CommonHTML format.

The key line is

  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/mml-chtml.js"></script>

which loads the mml-chtml component. The rest is handled by MathJax automatically.

Run the example