Hi

Markdown does not do well codeblocks in between list items


<http://daringfireball.net/projects/markdown/syntax> :

 To put a code block within a list item, the code block needs to be indentedtwice — 8 spaces or two tabs:
		*   A list item with a code block:
				<code goes here>

- Juan Falgueras