From: Adrien S. <adr...@gm...> - 2014-01-24 14:41:36
|
Hi list, Is it possible to create sub-lists with python-markdown ? I would like something like: 1. item 1 2. item 2 3. 3.1 item 3.1 3.2 item 3.2 4. item 4 I tried some variations, including those described here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#lists , but it doesn't seem to work. I just wanted to know if something like this already existed. If not, would it be possible to write an extension to handle that ? Thanks, Adrien |