[Pmwiki-users] Re: Need help with markup

Jonathan Scott Duff duff at pobox.com
Tue Oct 15 13:38:19 CDT 2002


On Tue, Oct 15, 2002 at 01:28:29PM -0500, Patrick R. Michaud wrote:
> On Tue, 15 Oct 2002, Jessica Tishmack wrote:
> 
> > 
> > So far, I like this the best...however, I like the "nextrow" as a 
> > separator with it's own [[]].  This seems to be the most self-explanatory 
> > if a user saw this without reading formatting instructions.
> 
> Except what should happen if the user forgets the [[cell]] tag following
> the [[nextrow]] tag?  Or do we just consider it to be optional?  For example,
> what should happen in:
> 
>       [[table]]
>       [[cell]] Here is cell one
>       [[cell]] Here is cell two
>       [[cell align='right']] Here is cell three, right aligned
>       [[nextrow]]
>       Where does this appear?
>       [[cell]]
>         Is this the first cell on the second row, or the second?
>       [[tableend]]

This is the same thing ...

	[[table]] Where does this go?  Cell 1?
	[[cell]] Cell 2?
	[[nextrow]] Row 2 column 1
	[[cell]] Row 2 column 2
	[[tableend]]
	
But then how does this parse?

	[[table]]
	[[cell]] Cell 1?
	[[cell]] Cell 2?
	[[nextrow]]
	[[cell]] Row 2 Cell 1?
	[[cell]] Row 2 Cell 2?
	[[tableend]]
	
-Scott
-- 
Jonathan Scott Duff
duff at cbi.tamucc.eduScott




More information about the pmwiki-users mailing list