I've run into this, too, and the solution provided is less than optimal. It's not always easy to know what that resuming number should be; and more likely, someone someday will add an item to the preceding portion of the list and not notice or forget the "value=".
Would it be possible to define a page variable (or whatever they're called) that would provide the "next number" that should go in the "value="? In other words, one would do something like "value=$NextListNumber" (I forget the actual variable syntax, but I hope you get the idea). I'm sure this isn't something supported by HTML; but, while processing the wiki source, it seems like the pmwiki parser could be made to keep track of it (I didn't say it would necessarily be an easy task, just that it's probably possible). --- "Patrick R. Michaud" <[EMAIL PROTECTED]> wrote: > 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 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
