MathJax is a JavaScript engine for displaying mathematics, available on some Stack Exchange sites.
16
votes
1answer
105 views
MathJax breaks my indentation
Seems like there is a bug, that breaks my indentation.
See
In third code section of
Create New C++ Class
In first code section of
Code Generator Generator
multiple times in the code section of ...
8
votes
1answer
86 views
Does \renewcommand in MathJax affect other user's posts?
In MathJax, does
\$\renewcommand\LaTeX{\textbf{u got hax'd}}\$
affect other people's posts?
This is it being used in this post. Definition:
...
7
votes
3answers
67 views
What interesting uses of MathJax are there, other than mathematical typesetting?
What interesting uses of MathJax are there, other than mathematical typesetting, that might be useful for Code Review?
13
votes
7answers
315 views
How do I draw box-and-pointer diagrams?
How do I draw box-and-pointer diagrams? For example, I'd like to illustrate what happens when you manipulate nodes in a linked list. Can I use MathJax?
2
votes
1answer
45 views
MathJax feature requires external JavaScript for SE’s editor/preview
After MathJax got enabled,
the editor buttons (for "Strong", "Emphasis" etc.) are hidden and
the preview function does not work anymore
… when JavaScript from http://cdn.mathjax.org/ is blocked ...
19
votes
14answers
342 views
MathJax on CodeReview
Several times I had the need to write mathematical formulas in my answers on CodeReview.SE. Sometimes, this can be simulated by sup and/or ...