[pmwiki-users] Re: Indenting numeric lists, bullets, etc.
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Fri Oct 14 15:38:04 CDT 2005
    
    
  
On Fri, Oct 14, 2005 at 01:26:00PM -0700, Varadarajan Mani-A19487 wrote:
> 
> John,
> 
> Thanks for the '::' markup tip. I was using extendmarkup.php
> but didn't know about it. I also needed to upgrade to the latest
> version before it worked. v2.0.18 of the script apparently has a 
> bug which prevents it from taking effect.
> 
> That solves half the problem, but I still need a way for having
> a bulleted list enclosed within a numeric list having the right
> indentation. That is,
> 
> # text ::
> * foo
> ** bar
> * blah
I think you want:
    # text
    ** foo
    *** bar
    ** blah
This is available by default in PmWiki (w/o extensions).
Pm
    
    
More information about the pmwiki-users
mailing list