In the following markdown code I want item 3 to start with list number 3. But because of the code block in between markdown starts this list item as a new list.
item 3
Put the list numbers in parentheses instead of followed by a period.
(1) item 1 (2) item 2 code block (3) item 3
code block