hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.45k stars 918 forks source link

Support Mathjax #362

Open p1ass opened 5 years ago

p1ass commented 5 years ago

fix #360

Summary

Change equation display from Katex to Mathjax

fivecakes commented 5 years ago

I test here can't work properly when previewing, the library markdown-it-mathjax can't render LaTex into html. Didn't I figure out it?

I found another library MathJax-node can do this.Maybe we can use it

p1ass commented 5 years ago

I modified rendering error, but we need to disable html tag rendering.