On 13 Dec 2013, at 20:24, Gustavo Daniel Villarreal wrote:

On 13 Dec 2013, at 19:19, Rob McClure wrote:

\*\* this should be next level indent I thought

Its actually [space]* for one indent level, and [space][space]* for two indent levels (further indentation levels are not supported):

The nice thing about standards...

The [official markdown docs](http://daringfireball.net/projects/markdown/syntax#list) say that indentation is 4 spaces or one tab. Of course they don't specifically stay that about _lists_, but in general reference to indentation for things.

E.g.

* Level 1
 * Still level 1
  * Still level 1
   * Still level 1
    * Now level 2
        * Also level 2 (tab)

```
* Level 1
 * Still level 1
  * Still level 1
   * Still level 1
    * Now level 2 (4 spaces)
        * Also level 2 (tab)
```

It's possible that the processor that MailMate is using is loser with that spec, since it's trying to capture intent in email from people who aren't really thinking about markdown. I'm using MultiMarkdown for my processing.
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to