Questions tagged [status-review]
Indicates that a change in functionality is currently under consideration, or needs further investigation.
3 questions
4
votes
0
answers
67
views
Allow moderators to lock questions without locking answers
In a situation such as this one:
Capture multiple errors before raising an exception
It would help to give moderators the power to lock only question edits/deletion, without locking new or edited ...
6
votes
0
answers
164
views
Low-rep users cannot submit posts with MathJax display-style equations
I recently posted a question that is meant to have the following block of display-style MathJax at the top.
...
7
votes
2
answers
230
views
MathJax is really eager to be applied to posts
When writing a MathJax heavy post I noticed a couple of bugs.
For reference, here is an example of how the MathJax should look:
$$
a_{i+1} = \begin{cases}
\frac{a_i}{2} & \text{if $a_i \% 2 =...