parsedown/tests/commonmark/224-List_items.html

11 lines
144 B
HTML
Raw Normal View History

2019-04-10 08:02:52 +02:00
<ol>
2016-10-13 22:31:52 +02:00
<li>
2019-04-10 08:02:52 +02:00
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
2016-10-13 22:31:52 +02:00
</li>
2019-04-10 08:02:52 +02:00
</ol>