table, long form

The borders shown as well as the gray background for the table header/footer rows in these examples come from the stylesheet)

test 3x3 table, long form. Cell at 2,2 has modifier for color and three child blocks. (Indentation shown in the source is for readability, it is not part of the markup syntax.)

c11 c12 c13
c21

c22 A. first block, normal para

c22 B. is a block quote

c22 C.

c23
c31 c32 c33

source for Home/ByExample/XilizeMarkup/Signatures/Explicit/table :: kids.xil

table, long form

${note}

test 3x3 table, long form.  Cell at 2,2 has modifier for color and three child
blocks.  (Indentation shown in the source is for readability, it is not part of
the markup syntax.)
 
table. {{

  row. {{
  
    c11
    
    c12
    
    c13
    
  }}
    
  row. {{
  
    c21
    
    cell{color:darkgreen}. {{
    
        c22 A.  first block, normal para
      
        bq. c22 B. is a block quote
        
        c22 C.
      
    }}
    
    c23
  
  }}
  
  row. {{
  
    c31
    
    c32
    
    c33
    
  }}

}}

Long lines are wrapped in this listing.
Use your web browser's "View Page Source" feature to examine the HTML