Editing-Tips.md
... ...
@@ -58,8 +58,17 @@ Produces:
58 58
59 59
### Tables
60 60
61
-||Heading 1|| Heading 2 ||
62
-||+++++++++++++++||+++++++++++++++||
61
+```
62
+| Item | Category | Count |
63
+| :--- | :---:| ---: | <-- defines the header and column alignment
64
+| Apple | Fruit | 1 |
65
+| Tomato | Fruit | 22 |
66
+```
67
+
68
+| Item | Category | Count |
69
+| :--- | :---:| ---: |
70
+| Apple | Fruit | 1 |
71
+| Tomato | Fruit | 22 |
63 72
64 73
65 74
### Internal Links