-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dollar sign destroys escaping #25
Comments
If I had to guess, there is some issue with this nasty regular expression
|
Hm, doesn't seem to be the case because if I add the following line to the tests, it works just fine:
The problem is in extension.py. If I replace
with
then the bug vanishes - however then some math stuff is also rendered weirdly. I think the problem is that for some reason the |
Tested sphinx-math-dollar versions: 1.2 and c60310d
Exemplary reST code:
If you didn't know,
**t**\ est
sets the first character in bold. In reST you can't just write**t**est
like in Markdown.Rendered output:
The text was updated successfully, but these errors were encountered: