added assistive mml
parent
838c3b8843
commit
259519e60e
|
|
@ -0,0 +1,7 @@
|
||||||
|
import './lib/assistive-mml.js';
|
||||||
|
|
||||||
|
import {AssistiveMmlHandler} from '../../../../js/a11y/assistive-mml.js';
|
||||||
|
|
||||||
|
if (MathJax.startup) {
|
||||||
|
MathJax.startup.extendHandler(handler => AssistiveMmlHandler(handler));
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue