aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-test/codeblock-in-list.html
blob: 49edd56220b5e2f71ce715b2ebb6e087a2bec232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<ul>
<li>
<p>A list item with a code block</p>
<pre><code>Some *code*
</code></pre>
</li>
<li>
<p>Another list item</p>
<pre><code>More code

And more code
</code></pre>
</li>
</ul>