miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.89k stars 257 forks source link

Katex issue - exponent showing left-bottom instead of right-top of base number #59

Open fqzhang42 opened 6 years ago

fqzhang42 commented 6 years ago

parse formula: x^2. But 2 shows left-bottom of x instead of showing right-top. If I don't add Katex css lib, there will be 2 formulas, first one is correct which contained in HTML math tag, but the second it still wrong.

MicroDroid commented 4 years ago

It turns out the CSS of the latest KaTeX is not compatible with markdown-it-katex somehow.

Use this CSS file instead:

https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css