GitHub now supports $ and $$ in md and rst files. However, as you may have noticed from your readme, they require two backslashes in display mode for rst file. So, \frac{a}{b} is rendered as $frac{a}{b}$ and \\frac{a}{b} is rendered as $\frac{a}{b}$.
This may not be intentional. I've created an issue here about this:
github/markup/issues/1554
Because consistent formatting with GitHub may be a major use case for this plugin going forward, I thought it sensible to track this. Many projects use readme.rst files in exactly the same way that you do in this repo and a fix like this could allow you to remove your aside:
(if you are reading this on GitHub, look at the version built by Sphinx here)
GitHub now supports$frac{a}{b}$ and $\frac{a}{b}$ .
$and$$in md and rst files. However, as you may have noticed from your readme, they require two backslashes in display mode for rst file. So,\frac{a}{b}is rendered as\\frac{a}{b}is rendered asThis may not be intentional. I've created an issue here about this:
github/markup/issues/1554
Because consistent formatting with GitHub may be a major use case for this plugin going forward, I thought it sensible to track this. Many projects use readme.rst files in exactly the same way that you do in this repo and a fix like this could allow you to remove your aside: