Changes between Version 25 and Version 26 of Competitor


Ignore:
Timestamp:
04/23/2012 01:35:32 PM (14 years ago)
Author:
wusiyue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Competitor

    v25 v26  
    99 
    1010 
     11{{{#!th rowspan=4 align=justify 
     12With the `#td` and `#th` processors, 
     13table cells can contain any content: 
     14}}} 
     15|---------------- 
     16{{{#!td 
     17  - lists 
     18  - embedded tables 
     19  - simple multiline content 
     20}}} 
     21|---------------- 
     22{{{#!td 
     23As processors can be easily nested,  
     24so can be tables: 
     25  {{{#!th 
     26  Example: 
     27  }}} 
     28  {{{#!td style="background: #eef" 
     29  || must be at the third level now... || 
     30  }}} 
     31}}} 
     32|---------------- 
     33{{{#!td 
     34Even when you don't have complex markup, 
     35this form of table cells can be convenient 
     36to write content on multiple lines. 
     37}}} 
    1138 
     39