-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Code ExampleContains an illustrative code example, solution, or work-aroundContains an illustrative code example, solution, or work-aroundExpected BehaviorThis is how MathJax worksThis is how MathJax worksv3
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Code ExampleContains an illustrative code example, solution, or work-aroundContains an illustrative code example, solution, or work-aroundExpected BehaviorThis is how MathJax worksThis is how MathJax worksv3