parsedown/tests/commonmark/256-List_items.html

11 lines
144 B
HTML
Raw Normal View History

2019-01-27 20:47:05 +01:00
<ol>
2019-04-06 19:39:41 +02:00
<li>
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
</li>
2019-01-27 20:47:05 +01:00
</ol>