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
According to the Katex docs /cfrac is supported.
/cfrac
https://katex.org/docs/support_table.html
But when trying to render \cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}} I'm getting a render error.
\cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}}
I'm rendering the string directly from a <textarea>.
<textarea>
<BlockMath errorColor={'tomato'}>{this.latexString}</BlockMath>
Is there anything I'm missing or is this a bug?
The text was updated successfully, but these errors were encountered:
Apparently /cfrac was added on 0.10.0 which is still a RC: KaTeX/KaTeX#1392
And react-katex uses 0.9.0.
react-katex
0.9.0
So, not really a bug.
Sorry, something went wrong.
No branches or pull requests
According to the Katex docs
/cfrac
is supported.https://katex.org/docs/support_table.html
But when trying to render
\cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}}
I'm getting a render error.I'm rendering the string directly from a
<textarea>
.Is there anything I'm missing or is this a bug?
The text was updated successfully, but these errors were encountered: