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.

Post History

50%
+1 −1
Q&A MathML and the math tag - MathJax without JavaScript

Yes, the <math> tag should be enabled across all Codidact. I didn't know such a tag existed until now, but that is clearly the "right" way to show equations when writing in HTML. The reason...

posted 3d ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2025-03-31T11:47:31Z (3 days ago)
Yes, the &lt;math&gt; tag should be enabled across all Codidact.

I didn't know such a tag existed until now, but that is clearly the "right" way to show equations when writing in HTML.

The reasons to enable it across all of Codidact are:<ol>

<p><li>Unlike MathJax, it doesn't get in the way of ordinary text or HTML.  There is no downside for sites that don't think they will ever use mathematical equations.

<p><li>It's the standard.  MathJax served its purpose when there was no alternative.  Now there is an official standard one.  Codidact should be embracing and encouraging the use of such standards, especially when it doesn't get in the way unless explicitly envoked.  

<p><li>It's built into the browser.  There is no need to load some third party code.

<p><li>It's more future-proof.  Some years from now when the world has converged to use the built-in HTML for math equations, MathJax will be a footnote in history.  The ability to render MathJax will likely still be there for a while yet to come, but eventually it will fade away.

</ol>