You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.
Keep typing and hit reload when math is parseable (works on firefox)
or
Leave off last backtick until math is parseable (for multiline, don't add .. math:: till equation is done)
Possible suggestions for resolving (not sure how good):
Commit patch to math2html, so unparseable math generates some "best effort" or error message in the html, and throws a level 4 error (which rsted will report, but not crash on). The patch will obviously have to be accepted and propagate downstream before this works
Catch level 5 errors in rsted, and handle them. For instance keep a copy of the "last known good" html generated, and keep showing that with an added warning. I guess the call to docutils should be wrapped in some handler function for that. If this is the only known error that needs handling in this way, the wrapper could do it only for errors backtracing to math2html.py
Find some docutils setting that works around this (I haven't found anything obvious beyond the already used "level 5" error tolerance)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reproduce, copy to rst.ninjs.org:
:math:
\frac
This also happens with multiline .. math::
Workarounds for user are either
or
Possible suggestions for resolving (not sure how good):
The text was updated successfully, but these errors were encountered: