<div class="markdown">
<p dir="auto">MM Newb here…<br>
HTML markup is not my forte but I can't seem to get Markdown to do what I think it should.<br>
I assume that bulleted list and numbered lists should look indented and such, but I'm not seeing that at all, in fact I don't see anything different in the rendered view than I do in the edit pane. Same issue using Brett Terpstra's <a href="http://brettterpstra.com/projects/markdown-service-tools/">Markdown Service Tools</a>.</p>

<p dir="auto">For example, I thought<br>
* this should be a bulleted list<br>
* and at the same level<br>
** this should be next level indent I thought</p>

<ol>
<li value=1>and this should be a numbered list</li>
<li value=2>and so on
2.1 to indent a level</li>
</ol>

<p dir="auto">I tried</p>

<h1>hash sign</h1>

<h2>but that is doing headings…</h2>

<p dir="auto">And here is Terpstra's markdown service attempt for bullets (I select then apply the service) <br>
* bullet one<br>
* two <br>
    * indent </p>

<p dir="auto">And numbers<br>
1. number 1<br>
2. number 2<br>
    3. number 2.1</p>

<p dir="auto">But I'm getting all sorts of weird things, or nothing. Where do I go to find out what to do?</p>

<p dir="auto">--<br>
Rob McClure<br>
<a href="mailto:rcm@mcclurenunn.com">rcm@mcclurenunn.com</a></p>

</div>