<hr />
<ul>
<li>
<p>as if</p>
</li>
<li>
<p>as if2</p>
</li>
</ul>
<hr />
<ul>
<li>
<p>as if</p>
</li>
<li>
<p>as if2</p>
</li>
</ul>
<hr />
<ul>
<li>as if
    non_code</li>
<li>as if2</li>
</ul>
<p>Markdown</p>
<ul>
<li>Python
    is ok<ul>
<li>Therefore i am</li>
</ul>
</li>
<li>
<p>Perl sucks
    big time</p>
<ul>
<li>But that's
ok</li>
</ul>
</li>
<li>
<p>Python is
ok
    Or not?</p>
</li>
</ul>
<p>Here is a normal paragraph</p>
<ol>
<li>Another list
with a bunch of items</li>
<li>
<p>Mostly fruits</p>
<ol>
<li>Apple</li>
<li>Pare</li>
</ol>
</li>
</ol>
<p>asdfasdfasd</p>
<pre><code># This is a code example
import stuff

Another code example
* Lists and similar stuff

&gt; Should be ignored
</code></pre>