2011-06-10 23:41:00 +08:00
|
|
|
<ul>
|
|
|
|
<li><p>this is a list item
|
|
|
|
indented with tabs</p></li>
|
2011-07-02 01:19:42 +08:00
|
|
|
|
2011-06-10 23:41:00 +08:00
|
|
|
<li><p>this is a list item
|
|
|
|
indented with spaces</p></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>Code:</p>
|
|
|
|
|
|
|
|
<pre><code>this code block is indented by one tab
|
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
<p>And:</p>
|
|
|
|
|
2016-11-11 03:49:58 +08:00
|
|
|
<pre><code> this code block is indented by two tabs
|
2011-06-10 23:41:00 +08:00
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
<p>And:</p>
|
|
|
|
|
2016-11-11 03:49:58 +08:00
|
|
|
<pre><code>+ this is an example list item
|
|
|
|
indented with tabs
|
2011-06-10 23:41:00 +08:00
|
|
|
|
|
|
|
+ this is an example list item
|
|
|
|
indented with spaces
|
|
|
|
</code></pre>
|