Multi-level numbered lists
Brought to you by:
jhermann,
thomaswaldmann
I need to produce a page that is a TOC of other pages -
something like this:
1. IntroPage
2. StuffPage
2.1. DetailedStuffPage
2.2. MoreDetailsStuffPage
2.2.1. VeryDetailedStuffPage
2.3. ...
etc. However, MoinMoin does not appear to like this -
at the 2nd level, it adds too much line spacing and at
the 3rd level it does not turn the items into <li>
items in an <ol> at all.
Any suggestions, please?
Logged In: YES
user_id=100649
Moin currently only support this style:
1. first item first level
2. second item first level
1. first item second level
2. second item second level
3. third item third level
As this is no bug, I move it to feature request.