Possible regression in v0.55.5 regarding lists containing code blocks

Thank you @jkboxomine for letting me know. I have confirmed that this issue has been “somehow” fixed. But the current origin/HEAD has another problem that a list doesn’t end properly when it is followed by a code block. For example,

-   item 1
-   item 2

```
This block should be out of <ul>...</ul>
```

ends up with the HTML that includes the code block in the item 2.

1 Like