#183.gh-code-blocks-within-lists-do-not-render-properly.html 283 B

12345678910111213
  1. <ol>
  2. <li><p>Hi, I am a thing</p>
  3. <pre><code class="sh language-sh">$ git clone thing.git
  4. dfgdfg
  5. </code></pre></li>
  6. <li><p>I am another thing!</p>
  7. <pre><code class="sh language-sh">$ git clone other-thing.git
  8. foobar
  9. </code></pre></li>
  10. </ol>