Include local version of mathjax

This commit is contained in:
Martin Fournier
2022-01-08 07:49:35 -05:00
parent 78a91d9997
commit bf133689a4
109 changed files with 3020 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "mathjax/mathjax",
"type": "library",
"description": "MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.",
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"],
"homepage": "http://www.mathjax.org/",
"license": "Apache-2.0",
"authors": [
{
"name": "MathJax Consortium",
"homepage": "https://github.com/mathjax"
}
]
}