-
Notifications
You must be signed in to change notification settings - Fork 2
Tables
Mark Junker edited this page Oct 25, 2024
·
1 revision
Allows for the creation of simple table layouts.
|| Table Heading 1 || Table Heading 2 || Table Heading 3 ||
| Row 1 - Cell 1 | Row 1 - Cell 2 | Row 1 - Cell 3 |
| Row 2 - Cell 1 | Row 2 - Cell 2 | Row 2 - Cell 3 |
Table Heading 1 | Table Heading 2 | Table Heading 3 |
---|---|---|
Row 1 - Cell 1 | Row 1 - Cell 2 | Row 1 - Cell 3 |
Row 2 - Cell 1 | Row 2 - Cell 2 | Row 2 - Cell 3 |