Skip to content

Make consistant with the GitHub implementation #33

Description

@mwt

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions