14 lines
384 B
JavaScript
14 lines
384 B
JavaScript
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
|
|
}
|
|
}});
|