Skip to content
New issue

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

Katex version #26

Open
adamAfro opened this issue Dec 13, 2021 · 0 comments
Open

Katex version #26

adamAfro opened this issue Dec 13, 2021 · 0 comments

Comments

@adamAfro
Copy link

So, my math was rendered badly due to old katex version which I fixed by
installing katex into my own project using this and then I copied the newly
installed version into markdown-it-math/node_modules which was made
to compromise different version (I think) - then it rendered everything correctly.

"dependencies": {
    "katex": "^0.6.0"
  },

In conclusion... changing the version to 0.15.1 fixex styling problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant