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
+11
View File
@@ -0,0 +1,11 @@
{
"name": "MathJax",
"main": "./MathJax.js",
"homepage": "http://www.mathjax.org/",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"]
}