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

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