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❤️
Hello, when I use
notebookjs, I find that can't render math formulas well.One is that

katexis not enough rule for exactly matching math formulas, you can see next picthe other is related to referenced
markedjs. When markedjs parses, it mistakenly converts_to<em>, and converts-to<ul><li></li></ul>. markedjs/marked#1538Is there any alternative library for marked.js conversion?
Hope to get your help❤️