Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
MathJax isn't highlighted when selected
Still a high schooler, I like adding some style on my equations for answering math assignments and I've been using MathJax from Mathematics SE to grab symbols for the better of it. A certain case is the use of $\angle$, which I recommend you go to Mathematics CD to test it.
Here's the strange thing that bothers me. If I type in Haha, $n=\angle ABC$ funi.
onto the formatting box, then select the output, here's what I got.
At least it is indeed selected and can be copy-pasted properly. The sad thing though is having an equation with no surrounding text with it then selecting it only to wonder why the text isn't highlighted.
Using the same text in Mathematics SE:
Using answers since I'm suspended in SE.
With all of that given, I want to fix this (bug) and add highlighting to MathJax if possible.
1 answer
Unfortunately, this isn't something we have control over. It's down to the MathJax library and how it renders the math. If you look at the page HTML, by default it renders math by putting every character in a CSS ::before
psuedo-element, which aren't selectable; likewise, if you change the renderer to SVG, it renders characters with paths not text elements.
1 comment thread