hojas/node_modules/mathjax-full/components/src/a11y/semantic-enrich/lib/semantic-enrich.js

15 lines
384 B
JavaScript
Raw Normal View History

2026-05-14 10:56:04 +02:00
import {combineWithMathJax} from '../../../../../js/components/global.js';
import {VERSION} from '../../../../../js/components/version.js';
import * as module1 from '../../../../../js/a11y/semantic-enrich.js';
if (MathJax.loader) {
MathJax.loader.checkVersion('a11y/semantic-enrich', VERSION, 'a11y');
}
combineWithMathJax({_: {
a11y: {
"semantic-enrich": module1
}
}});