Escaped asterisks, \*, are rendered as one opening , but since it represents a literal asterisk, not markdown formatting there's no closing .
In tables, this leads to "This page contains the following errors:error on line 168 at column 10517: Opening and ending tag mismatch: em line 168 and td" in MacOS Books.
Outside of tables, '\*' is rendered literally, i.e. with \, which is also not correct.
Escaped asterisks, \*, are rendered as one opening , but since it represents a literal asterisk, not markdown formatting there's no closing .
In tables, this leads to "This page contains the following errors:error on line 168 at column 10517: Opening and ending tag mismatch: em line 168 and td" in MacOS Books.
Outside of tables, '\*' is rendered literally, i.e. with \, which is also not correct.