We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unexpected behaviour! If you give it some specific input, it has the potential to crash the entire website.
Example: \begin{\pmatrix}. This will not render probably, error handling will work incorrectly and completely remove the entire body of the website!
\begin{\pmatrix}
The text was updated successfully, but these errors were encountered:
Hey @jaqxues , can you provide and example reproducing the bug?
Sorry, something went wrong.
Turns out the issue lies in Katex itself. Just noticed that it applies on the demo site.
However some form of error handling would be appreciated if a single error can do this...
As an example to reproduce the bug, it really suffices to replace \\begin{pmatrix} with \\begin{\\pmatrix} here (in the given example package).
\\begin{pmatrix}
\\begin{\\pmatrix}
No branches or pull requests
Unexpected behaviour! If you give it some specific input, it has the potential to crash the entire website.
Example:
\begin{\pmatrix}
. This will not render probably, error handling will work incorrectly and completely remove the entire body of the website!The text was updated successfully, but these errors were encountered: