1<pre><code class="html">&lt;ul>
2    &lt;li>Code block first in file&lt;/li>
3    &lt;li>doesn't work under some circumstances&lt;/li>
4&lt;/ul>
5</code></pre>
6
7<p>As above: checking for bad interractions with the HTML block parser:</p>
8
9<pre><code class="html">&lt;div>
10</code></pre>
11
12<p>Some <em>markdown</em><code>formatting</code>.</p>
13
14<pre><code class="html">&lt;/div>
15</code></pre>
16
17<p>Some <em>markdown</em></p>
18
19<pre><code>&lt;div>
20    &lt;html>
21</code></pre>
22
23<pre><code>function test();
24</code></pre>
25
26<div>
27<pre><code>&lt;html&gt;
28    &lt;title&gt;
29</code></pre>
30</div>
31
32<div>
33<pre><code>&lt;html&gt;
34    &lt;title&gt;
35</code></pre>
36</div>
37
38<p>Two code blocks with no blank line between them:</p>
39
40<pre><code>&lt;div&gt;
41</code></pre>
42
43<pre><code>&lt;div&gt;
44</code></pre>
45
46<p>Testing <em>confusion</em> with code spans at the HTML block parser:</p>
47
48<pre><code>&lt;div>```&lt;/div>
49</code></pre>
50
51<p>Testing mixing with title code blocks</p>
52
53<pre><code>&lt;p>```
54~~~
55&lt;p>```
56</code></pre>
57
58<pre><code>&lt;p>```
59```
60&lt;p>```
61</code></pre>
62