This has been on the todo list for a while. It requires refactoring of the 
way markmin handles nested lists. If this is done, must be donefor both 
markmin2html and markmin2latex. I very much support this feature but it not 
a priority for me. If somebody wants to work on it, I will take a patch.

Massimo


On Friday, 6 April 2012 14:17:37 UTC-5, mweissen wrote:
>
> Maybe we could get nested lists?
> Something like
>
> - item a
> -- item aa
> -- item ab
> - item b
>
> Martin
> Am 06.04.2012 03:09 schrieb "Massimo Di Pierro" <
> massimo.dipie...@gmail.com>:
>
>> Consider this text
>>
>> text = """
>> **bold**
>> ''italic''
>> ``code``
>> [[anchor]]
>> [[link to #anchor]]
>> http://example/image.jpg (embeds the image)
>> http://example/image.mp3 (embeds the audio)
>> http://example/image.mp4 (embeds the video)
>> @{hello}   (embeds the variable hello)
>> @{controller/function/a/r/g/s.extension} (converts to the corresponding 
>> full URL http://..../app/controller/function/a/r/g/s.extension)
>> """
>>
>> print MARKMIN(text, url=True,environment=dict(hello='hello'))
>>
>> Can see the implications for use in CMS?
>> Suggestions for improvements? This is experimental and I am not 
>> completely sure about the syntax.
>>
>> Massimo
>>
>>

Reply via email to