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
It seems that the plugin is still using the old class names of KaTaX style, resulting in incorrect rendering results.
Here's the screen shot:
The expected results should be
According to the KaTaX's changelog, class name .mathdefault has been changed to .mathnormal.
.mathdefault
.mathnormal
Currently, I add the following code to styles.less as a workaround
styles.less
.katex .mathnormal { font-family: KaTeX_Math; font-style: italic; }
The text was updated successfully, but these errors were encountered:
4005a5d
Good catch! Just published v1.2.1 🎉
Sorry, something went wrong.
No branches or pull requests
It seems that the plugin is still using the old class names of KaTaX style, resulting in incorrect rendering results.
According to the KaTaX's changelog, class name
.mathdefault
has been changed to.mathnormal
.Currently, I add the following code to
styles.less
as a workaroundThe text was updated successfully, but these errors were encountered: