pandao / editor.md

The open source embeddable online markdown editor (component).
http://editor.md.ipandao.com/
MIT License
13.68k stars 2.41k forks source link

Error when converting from Tex to html #887

Open dylan-small opened 3 years ago

dylan-small commented 3 years ago

If I have, for example:

$$ \int_a^b x dx $$

. This will render normally within the editor. But when using the .markdownToHTML() javascript method, there are
tags that get rendered for no reason.

Screen Shot 2020-12-15 at 1 12 19 AM
aqiu9 commented 2 years ago

I have the same question