How about in numbers lists? When I use the following setup:
1. Step one, this is the fist step
2. Step 2, do some code
```bash
curl -V google.com
```
3. I would like this to continue automaticlly, I had to insert `3.` at the beginning to continue the list. If I would add a new step after step 2 then step 3 would not be upped to 4
This breaks the numbering and renders the blok as top level:

What I would like to see happen is that if I use a code blok in list that it ‘respects’ the list and renders in the list level like:

Using build v0.9.4 on macOS