aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Code block in a list item.xhtml
blob: 361c1ae22b0de77d759180eb31694f8416cd72b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<ul>
<li><p>List Item:</p>

<pre><code>code block

with a blank line
</code></pre>

<p>within a list item.</p></li>
<li><pre><code>code block
as first element of a list item
</code></pre></li>

<li><p>List Item:</p>

<pre><code>code block with whitespace on preceding line
</code></pre></li>
</ul>