[MlMt] Markdown list help please

Kee Hinckley kee+freron at hinckley.com
Fri Dec 13 20:56:06 EST 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20131213/d344d36b/attachment.html>


More information about the mailmate mailing list