showdown/test/functional/makehtml/cases/issues/#183.gh-code-blocks-within-lists-do-not-render-properly.html
2017-12-23 12:35:31 +00:00

13 lines
242 B
HTML

<ol>
<li><p>Hi, I am a thing</p>
<pre><code class="sh language-sh">$ git clone thing.git
dfgdfg
</code></pre></li>
<li><p>I am another thing!</p>
<pre><code class="sh language-sh">$ git clone other-thing.git
foobar
</code></pre></li>
</ol>