On Wed, Oct 24, 2007 at 11:20:36AM -0400, Jeff Schallenberg wrote: > I want to continue numbered lines, not re-start the numbering after a > break. > 1. The first line in a list > 2. The second line in the list > > This line is un-numbered, but > > 1. this should be the third item (3., not 1.) > 2. and this should be the fourth (4., not 2.) > > Is there a way to do that?
# The first line in a list # The second line in a list This line is un-numbered, but # %item value=3% this should be the third item (3., not 1.) # and this should be the fourth (4., not 2.) See the section on lists in http://www.pmwiki.org/wiki/PmWiki/BasicEditing Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
