[pmwiki-users] Outline\List sequence question

Patrick R. Michaud pmichaud at pobox.com
Sat Apr 28 16:39:35 CDT 2007


On Sat, Apr 28, 2007 at 05:17:05PM -0400, IchBin wrote:
> How do you add say any other blank lines, tables, paragraphs etc that 
> have a LF between a level with out resetting the list sequences below 
> that insertion?
> 
> * Top level
> ** Second-level
> ### Third level
> ### Third level
> **** %ALPHA% Fourth level
> **** %ALPHA% Fourth level
> ***** level Fifth level
> ***** level Fifth level
> **** %ALPHA% Fourth level
> || border=0 width=35% align=center
> ||! Blab ||!  Blab ||!  Blab ||!  Blab ||!  Blab ||
> || 1 || 2 || 3 || 4 || 5 ||
> || 2 || 3 || 4 || 5 || 6 ||
> **** %ALPHA% Fourth level
> **** %ALPHA% Fourth level
> ### Third level
> ### Third level

Try leading spaces on the lines.  From the example above, to keep
the table as part of the fourth-level alpha list:

    **** %ALPHA% Fourth level
         || border=0 width=35% align=center
         ||! Blab ||!  Blab ||!  Blab ||!  Blab ||!  Blab ||
         || 1 || 2 || 3 || 4 || 5 ||
         || 2 || 3 || 4 || 5 || 6 ||

Also, I think that %ALPHA% is optional on the second and
subsequent items in a list -- i.e., it's only needed on the
first item.

Pm



More information about the pmwiki-users mailing list