Actualización

This commit is contained in:
Xes
2025-04-10 11:37:29 +02:00
parent 4bfeadb360
commit 8969cc929d
39112 changed files with 975884 additions and 0 deletions

27
web/assets/MathJax/.bower.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "MathJax",
"main": "./MathJax.js",
"homepage": "http://www.mathjax.org/",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"keywords": [
"math",
"js",
"LaTeX",
"MathML",
"AsciiMath"
],
"version": "2.7.8",
"_release": "2.7.8",
"_resolution": {
"type": "version",
"tag": "2.7.8",
"commit": "85e47d7801b2dea6c15878ac7b3dcf62cfd659b5"
},
"_source": "https://github.com/mathjax/MathJax.git",
"_target": "2.7.*",
"_originalSource": "MathJax"
}