You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I am reading it correctly, I believe those changes still won't work properly in the case of a code block nested in a list on the same line (which is valid in GitHub Flavoured markdown, and maybe others)
eg.
- This is a list
- It has items
-```jsconsole.log("Foo")
```
I see that better support for code blocks nested in lists was added in this commit:
But if I am reading it correctly, I believe those changes still won't work properly in the case of a code block nested in a list on the same line (which is valid in GitHub Flavoured markdown, and maybe others)
eg.
See also:
The text was updated successfully, but these errors were encountered: