Open
Description
Not sure whether this is a bug-report, feature-request, or whether I've failed to find configuration options that handle the situation correctly.
MathJax fails to process this part of a MathML block, containing an HTML <a href="..">
tag, which is otherwise handled correctly in modern browsers.
<mtext>
<a xmlns="http://www.w3.org/1999/xhtml" href="#Sect.1">1</a>
</mtext>

Please see this GitHub site for a fuller discussion.
Scroll to the bottom to find images of both with and w/o using MathJax.
Conceptually this is about presenting mathematical content containing text snippets, particularly with hyperlinks and/or other HTML markup, within <mtext>
content of a MathML block.
It may require deeper analysis than just what is shown in this example.