Open Alhadis opened 2 years ago
reStructuredText includes facilities for marking up mathematical expressions, just like GitHub-flavoured markdown does:
$$ ... $$
`.. math::`
$ ... $
:math:`...`
Unfortunately, only Markdown gets to enjoy the properly rendered equations:
Block syntax
Since reStructuredText's uses MathJax's syntax for its equations, this should be a trivial fix on GitHub's end.
Stale issue message
Not stale. This is still an issue.
See above.
reStructuredText includes facilities for marking up mathematical expressions, just like GitHub-flavoured markdown does:
$$ ... $$
`.. math::`
$ ... $
:math:`...`
Unfortunately, only Markdown gets to enjoy the properly rendered equations:
Block syntax
Since reStructuredText's uses MathJax's syntax for its equations, this should be a trivial fix on GitHub's end.