Steps to replicate:
- Create a new card with the following as raw html
<ul><li>\</li><li><anki-mathjax></anki-mathjax><anki-mathjax></anki-mathjax></li></ul>
-
Add a
(
after the first\
(it does not work if you add it in the raw html) -
Anki will crash.
I have tested this on 2 computers and Anki reliably crashes on this.
I have also tried the following in raw html
<ul><li>\</li><li><anki-mathjax></anki-mathjax></li></ul>
When you add (
after the first \
, you will expect the output to be
<ul><li>\(</li><li><anki-mathjax></anki-mathjax></li></ul>
But instead, the output is
<ul><li><anki-mathjax></anki-mathjax></li><li>\(</li></ul>
I think the bug is related to this