| | 11 | {{{#!th rowspan=4 align=justify |
| | 12 | With the `#td` and `#th` processors, |
| | 13 | table cells can contain any content: |
| | 14 | }}} |
| | 15 | |---------------- |
| | 16 | {{{#!td |
| | 17 | - lists |
| | 18 | - embedded tables |
| | 19 | - simple multiline content |
| | 20 | }}} |
| | 21 | |---------------- |
| | 22 | {{{#!td |
| | 23 | As processors can be easily nested, |
| | 24 | so 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 |
| | 34 | Even when you don't have complex markup, |
| | 35 | this form of table cells can be convenient |
| | 36 | to write content on multiple lines. |
| | 37 | }}} |