github / github/markup

reStructuredText does not support math

Open
#83 48 comments 22 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
6k
Forks
3.4k
PR merge metrics
No merged PRs in 30d

Description

I have tried every approach for embedding equations into my rst markup on Github, but none seem to work:

```
.. math::

\beta = \alpha + \epsilon^2
```

and

```
.. raw:: latex html

\[ \beta = \alpha + \epsilon^2 \]
```

as well as adding a MathJax script to the rst file.

Since I largely develop statistical software, its important to be able to add math to my wiki pages and docs. Is this something that will be added in the near future, or is there a workaround?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.