[pmwiki-users] Advanced Table: inconsistent line breaks

Patrick R. Michaud pmichaud at pobox.com
Mon Dec 26 08:32:19 CST 2005


On Thu, Dec 22, 2005 at 11:48:34PM -0500, DaveG wrote:
> 
> Sample at: http://www.mr2wiki.com/pmwiki/index.php?n=Main.WikiSandbox
> 
> (:table:)
> (:cell:) 1=USA:NUMMI (Toyota Motor Manufacturing)
> 2=Canada:TMMC (TMM Canada)
> 3=USA:TMM & NUMMI (New Unified Motor Manufacturing Inc)
> (:tableend:)
> 
> Line 1 is breaks, but lines 2-3 do not.

The space at the beginning of line 1 causes it to be treated
as preformatted text, while lines 2-3 are normal text.  Write it as

(:table:)
(:cell:)1=USA:NUMMI (Toyota Motor Manufacturing)
2=Canada:TMMC (TMM Canada)
3=USA:TMM & NUMMI (New Unified Motor Manufacturing Inc)
(:tableend:)

and it works as "normal".

Pm





More information about the pmwiki-users mailing list