Should ParseTex return an error value? #18
Wyatt915
started this conversation in
Version 1.0
Replies: 2 comments
-
It would be helpful to know while building my blog if some LaTeX is broken, rather than find out about it in the preview, or worse, after it's deployed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I'd prefer to get any parsing errors explicitly, as the half-baked MathML with its error tags won't be useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, any (nonfatal) parse errors produce an
<merror>
tag in the mathml tree without complaint. Would it be useful to know if nonfatal parsing or tokenization errors occurred by bubbling up an error value?Beta Was this translation helpful? Give feedback.
All reactions