Table of contents ▼▲
Tables
Simple tables can be added by using the '^' & '|' characters.
| hdr1 | hdr2 | hdr3 |
|---|---|---|
| left align | centered | right align |
| spanned cell | last one. last one. | |
^hdr1^hdr2^hdr3^
|left align| centered | right align|
|spanned cell ||last one. last one.|
Text is aligned in cells according to where it is in relation to the || characters.
- Left aligned text is positioned next to the staring ||, ie '''||text||'''
- Right aligned text has at least one space between the starting || and is next to the ending || '''|| text||'''
- Centered text has at least one space either side of the text. '''|| text ||'''
A cell is merged with the following cell if it contains no data (see example above)