Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

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

+5
−0

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.

MathJax isn't highlighted

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:

Wow.

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.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Observation (4 comments)

1 answer

+2
−0

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.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General (2 comments)

Sign up to answer this question »