[pmwiki-users] List problem

Patrick R. Michaud pmichaud at pobox.com
Thu Feb 17 13:14:20 CST 2011


On Thu, Feb 17, 2011 at 08:57:58PM +0200, tkcusr wrote:
> Hello,
> I'm faced with a case that surpasses my pmwiki-fu skills, so I'd
> like to consult the wisdom of greater pmwiki users.
> I need to create a list like this (please use a monospace font to view):
> 
> 1. aaaa
> 2. bbbb
>    first continuation
>    * AA
>    * BB
>    * CC
>    second continuation (still in list item#2)
> 3. cccc
> [...]

Guess what--simply entering the above does almost exactly 
what you want.  I changed it to:

# aaaa
# bbbb
  first continuation
  * AA
  * BB
  * CC
  second continuation
# cccc

and it gives what I think you're looking for; the bullet
list is nested in the #2 item, and cccc is marked as #3.  
See http://www.pmwiki.org/wiki/Test/Lists for the example.

Pm



More information about the pmwiki-users mailing list