<div class="markdown">
<p dir="auto">On 13 Dec 2013, at 19:19, Rob McClure wrote:</p>

<blockquote>
<p dir="auto">** this should be next level indent I thought</p>
</blockquote>

<p dir="auto">Its actually [space]* for one indent level, and [space][space]* for two indent levels (further indentation levels are not supported):</p>

<pre><code>* First level
 * Second level
  * Third level
</code></pre>

<ul>
<li>First level

<ul>
<li>Second level</li>
<li>Third level</li>
</ul></li>
</ul>

</div>