<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span>Hi<br></div><div><br></div><div>Markdown does not do well codeblocks in between list items</div><div><br></div><div><br></div><div><<a href="http://daringfireball.net/projects/markdown/syntax">http://daringfireball.net/projects/markdown/syntax</a>> :</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span> To put a code block within a list item, the code block needs to be indentedtwice — 8 spaces or two tabs:</div><pre><font class="Apple-style-span" face="Verdana" size="4"><span class="Apple-style-span" style="font-size: 14px; white-space: normal;"><span class="Apple-tab-span" style="white-space:pre">            </span>*   A list item with a code block:</span></font></pre><pre><font class="Apple-style-span" face="Verdana" size="4"><span class="Apple-style-span" style="font-size: 14px; white-space: normal;"><span class="Apple-tab-span" style="white-space:pre">                               </span><code goes here></span></font>
</pre><br><div>- Juan Falgueras</div><div><br></div></body></html>