It would be nice to have nested lists
This is a list:
* one element
* another element with:
* * one sub-element
* * second
* main list again with
* * one sub-tree with:
* * * one
* * * two
would result on HTML:
This is a list:
* one element
* another element with:
* one sub-element
* second
* main list again with
* one sub-tree with:
* one
* two