**Information** - Language: Markdown - Plugins: none **Description** Markdown seems to have a problem with list elements starting with code snippets. **Code snippet** <!-- Please add a link to the [test page](https://prismjs.com/test.html) that reproduces your issue (hover over "Share" and insert the link below). --> [Test page](https://prismjs.com/test.html#language=markdown&text=*%20foo%0A*%20%60asd%60%20afsdfsdfsdf%0A*%20foo%0A%20%20%20%20*%20foo%0A%20%20%20%20*%20%60REM%60%20%0A%20%20%20%20*%20foo) <details> <summary>The code being highlighted incorrectly.</summary> ``` * foo * `asd` afsdfsdfsdf * foo * foo * `REM` * foo ``` </details>