Hello, when I use notebookjs, I find that can't render math formulas well.
One is that katex is not enough rule for exactly matching math formulas, you can see next pic

the other is related to referenced markedjs. When markedjs parses, it mistakenly converts _ to <em>, and converts -to <ul><li></li></ul>. markedjs/marked#1538
Is there any alternative library for marked.js conversion?
Hope to get your help❤️