Math rendering should work for reStructuredText
reStructuredText includes facilities for marking up mathematical expressions, just like GitHub-flavoured markdown does:
| Markdown | reStructuredText | |
|---|---|---|
| Block syntax | $$ ... $$ |
`.. math::` |
| Inline syntax | $ ... $ |
:math:`...` |
Unfortunately, only Markdown gets to enjoy the properly rendered equations:
| Markdown | reStructuredText | |
|---|---|---|
Block syntax |
$$\sqrt{3x-1}+(1+x)^2$$ | \sqrt{3x-1}+(1+x)^2 |
| Inline syntax | $\sqrt{3x-1}+(1+x)^2$ | \sqrt{3x-1}+(1+x)^2 |
Since reStructuredText's uses MathJax's syntax for its equations, this should be a trivial fix on GitHub's end.
Stale issue message
Stale issue message
Not stale. This is still an issue.
Stale issue message
Stale issue message
See above.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.