13 lines
197 B
HTML
13 lines
197 B
HTML
<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>
|