Tables
You can do simple tables by using pipe signs ('|'). Use double pipe signs to start the heading of a table, and single pipe signs to then write the rows of the table. End with a line that is not a table.
For example:
|| Heading 1 || Heading 2

| ''Gobble'' | Bar

| [Main] | [SandBox]
gives you the following table. Note how you can use links also inside tables.
Heading 1
Heading 2
Gobble
Bar
Main
SandBox
See Advanced formatting for complex table examples.
Was this helpful?