1<ul>
2<li><p>this is a list item
3indented with tabs</p>
4</li>
5<li><p>this is a list item
6indented with spaces</p>
7</li>
8</ul>
9<p>Code:</p>
10<pre><code>this code block is indented by one tab
11</code></pre>
12<p>And:</p>
13<pre><code>	this code block is indented by two tabs
14</code></pre>
15<p>And:</p>
16<pre><code>+	this is an example list item
17	indented with tabs
18
19+   this is an example list item
20    indented with spaces
21</code></pre>
22