1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Missing MathJax files (#937)

This commit is contained in:
nobody
2022-04-12 06:43:30 +02:00
parent 0d39bd7332
commit 50cd09784d
7 changed files with 123 additions and 0 deletions

View File

@@ -336,12 +336,14 @@ const IgnoredHost = {
const MathJaxFiles = {
'config/default.js': true,
'config/MML_HTMLorMML.js': true,
'config/TeX-AMS_CHTML.js': true,
'config/TeX-AMS_HTML.js': true,
'config/TeX-AMS_HTML-full.js': true,
'config/TeX-AMS-MML_HTMLorMML.js': true,
'config/TeX-MML-AM_CHTML.js': true,
'extensions/TeX/begingroup.js': true,
'extensions/TeX/cancel.js': true,
'extensions/TeX/color.js': true,
'extensions/TeX/mhchem3/mhchem.js': true,
'extensions/asciimath2jax.js': true,
'extensions/MathEvents.js': true,
@@ -359,11 +361,13 @@ const MathJaxFiles = {
'jax/element/mml/jax.js': true,
'jax/element/mml/optable/BasicLatin.js': true,
'jax/element/mml/optable/GeneralPunctuation.js': true,
'jax/element/mml/optable/GreekAndCoptic.js': true,
'jax/element/mml/optable/Latin1Supplement.js': true,
'jax/element/mml/optable/MathOperators.js': true,
'jax/element/mml/optable/SuppMathOperators.js': true,
'jax/input/TeX/config.js': true,
'jax/input/TeX/jax.js': true,
'jax/output/CommonHTML/fonts/TeX/AMS-Regular.js': true,
'jax/output/CommonHTML/fonts/TeX/fontdata.js': true,
'jax/output/CommonHTML/autoload/mtable.js': true,
'jax/output/CommonHTML/jax.js': true,