1<hr />
2<ul>
3<li>
4<p>as if</p>
5</li>
6<li>
7<p>as if2</p>
8</li>
9</ul>
10<hr />
11<ul>
12<li>
13<p>as if</p>
14</li>
15<li>
16<p>as if2</p>
17</li>
18</ul>
19<hr />
20<ul>
21<li>as if
22    non_code</li>
23<li>as if2</li>
24</ul>
25<p>Markdown</p>
26<ul>
27<li>Python
28    is ok<ul>
29<li>Therefore i am</li>
30</ul>
31</li>
32<li>
33<p>Perl sucks
34    big time</p>
35<ul>
36<li>But that's
37ok</li>
38</ul>
39</li>
40<li>
41<p>Python is
42ok
43    Or not?</p>
44</li>
45</ul>
46<p>Here is a normal paragraph</p>
47<ol>
48<li>Another list
49with a bunch of items</li>
50<li>
51<p>Mostly fruits</p>
52<ol>
53<li>Apple</li>
54<li>Pare</li>
55</ol>
56</li>
57</ol>
58<p>asdfasdfasd</p>
59<pre><code># This is a code example
60import stuff
61
62Another code example
63* Lists and similar stuff
64
65&gt; Should be ignored
66</code></pre>