We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6d279 commit d10f7dcCopy full SHA for d10f7dc
components/src/a11y/semantic-enrich/semantic-enrich.js
@@ -12,5 +12,5 @@ if (MathJax.loader) {
12
}
13
14
if (MathJax.startup) {
15
- MathJax.startup.extendHandler(handler => EnrichHandler(handler, new MathML()));
+ MathJax.startup.extendHandler(handler => EnrichHandler(handler, new MathML({allowHtmlInTokenNodes: true})));
16
0 commit comments