If you create a list like: ```` 1. Create the text: ```python Fold next ``` 1. Second 1. Third 1. Forth ```` Is rendered wrong as: 1. Create the text: ```python Fold next ``` 1. Second 1. Third 1. Forth Where we have double number one entries as 1, 1, 2, 3, instead of 1, 2, 3, 4. ___ Related issues: 1. https://github.com/github/markup/issues/91 Code blocks inside list are not detected 1. https://github.com/github/markup/issues/1043 Markdown using code blocks within bullets, broken by latest release