I'm trying to add code to a numeric list in Markdown (in the wiki of a BitBucket repository), but it break the numbering of the list: in the example below, item 3 starts with a 1.
1. item one
text
2. item two
text
```
#!ini
code
```
3. item 3

