showdown/test/issues/#183.gh-code-blocks-within-lists-do-not-render-properly.html

16 lines
285 B
HTML
Raw Normal View History

<ol>
2016-02-02 08:29:06 +08:00
<li><p>Hi, I am a thing</p>
<pre><code class="sh language-sh">$ git clone thing.git
dfgdfg
</code></pre></li>
2016-02-02 08:29:06 +08:00
<li><p>I am another thing!</p>
<pre><code class="sh language-sh">$ git clone other-thing.git
foobar
</code></pre></li>
</ol>