[pmwiki-users] Indenting numeric lists, bullets, etc.
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Sat Oct 15 18:14:54 CDT 2005
    
    
  
On Thu, Oct 13, 2005 at 03:13:54PM -0700, Varadarajan Mani-A19487 wrote:
>    How do I indent an entire block such as a numeric list, bullets, etc.?
>    I want do do the following:
>     
>    # Numbered item
>    <!-- INDENT THIS NEXT BLOCK -->
>    * Foo
>    ** Bar
>    * Blah
As mentioned earlier, just increase the indent level of the
bullet list...
    # Numbered item
    ** Foo
    *** Bar
    ** Blah
>    How do I also keep the indentation for such a list despite having
>    newlines? 
I'm currently experimenting with something like this at
http://www.pmwiki.org/wiki/Test/WSIndent2 and
http://www.pmwiki.org/wiki/Test/WSIndent .  Let me know if either
of those look like they would work for you...
    # Foobar
      This line should be indented along with the list item 
      above (after the numeric element)
>    Sorry - I browsed a bit and couldn't find this on in the PmWiki
>    documentation.
... because indentation of text inside of lists isn't available
yet except for my prototype on pmwiki.org.  :-)
Pm
    
    
More information about the pmwiki-users
mailing list