# Possible regression in v0.55.5 regarding lists containing code blocks

**URL:** https://discourse.gohugo.io/t/possible-regression-in-v0-55-5-regarding-lists-containing-code-blocks/18502
**Category:** support
**Created:** [May 5, 2019, 2:57pm UTC](https://discourse.gohugo.io/t/possible-regression-in-v0-55-5-regarding-lists-containing-code-blocks/18502 "2019-05-05T14:57:38Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![heavywatal](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/heavywatal/32/8772_2.png) [@heavywatal](https://discourse.gohugo.io/u/heavywatal)
#### Post date: [August 2, 2019, 12:40pm UTC](https://discourse.gohugo.io/t/possible-regression-in-v0-55-5-regarding-lists-containing-code-blocks/18502/4 "2019-08-02T12:40:50Z")

</div>

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.

---

_[View the full topic](https://discourse.gohugo.io/t/possible-regression-in-v0-55-5-regarding-lists-containing-code-blocks/18502)._
