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