Onsdag 24 oktober 2007 17:20 kvad Jeff Schallenberg: > 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 the 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.) ...will display: 1. The first line in a list 2. The second line in the list This line is un-numbered, but 3. %item value=3% this should be the third item (3., not 1.) 4. and this should be the fourth (4., not 2.) Best regards :o) Johnny :o) _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
