Mathieu LACROIX
Mathieu LACROIX
Hi, I looked into more details for the issue and I found the problem but I am not able to correct it (my javascript is not good enough for this...
Hi Fred, Thanks a lot for the tip!!! It was not clear (at least for me :smile:) that every special character such as `\` and `_` should be escaped. My...
Hi Fred, You're right, there's some problem! Could you just try with this code? It seems working for me now ```js function replaceBsInline(match, p1, offset, string){ p1 = p1.replaceAll("\\", "\\\\");...
Hi Fred, Sorry for the delay, I do not have much time right now. I do not know how to solve the different problems. It mainly comes from the fact...
Hi Fred, Thank you for your configuration. Actually, I use katex instead of mathjax but maybe I will switch if I can't configure katex correctly (I have not tried yet)....