Skip to content

Commit d10f7dc

Browse files
committed
Allow semantic-enrich to enrich HTML-in-MML
1 parent 8c6d279 commit d10f7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/src/a11y/semantic-enrich/semantic-enrich.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if (MathJax.loader) {
1212
}
1313

1414
if (MathJax.startup) {
15-
MathJax.startup.extendHandler(handler => EnrichHandler(handler, new MathML()));
15+
MathJax.startup.extendHandler(handler => EnrichHandler(handler, new MathML({allowHtmlInTokenNodes: true})));
1616
}

0 commit comments

Comments
 (0)