github-code-in-numbered-list.html 197 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 <ol> <li>Item one.</li> <li><p>Item two with some code:</p> <pre><code>code one </code></pre> </li> <li><p>Item three with code:</p> <pre><code>code two </code></pre> </li> </ol> <p>Paragraph.</p>