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.