[mathjax] Add local copy of MathJax JS library

This commit is contained in:
Hypolite Petovan 2018-09-19 22:45:43 -04:00
parent 940520c720
commit a731f1ada0
584 changed files with 12342 additions and 0 deletions

11
mathjax/asset/bower.json Normal file
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"]
}