diff --git a/handbook/company/communications.md b/handbook/company/communications.md index 261653f79c..e6d500b839 100644 --- a/handbook/company/communications.md +++ b/handbook/company/communications.md @@ -1082,9 +1082,9 @@ line one line two -## Lists +### Lists -### Ordered lists +#### Ordered lists | Markdown | Rendered list | |:-------------|:-----------------------------| |
1. Line one
2. Line two
3. Line three
4. Line four
| 1. Line one
2. Line two
3. Line three
4. Line four | @@ -1130,7 +1130,7 @@ To make sure that ordered lists increment correctly, you can indent the content 2. Item two -### Unordered lists +#### Unordered lists | Markdown | Rendered list | |:-------------|:-----------------------------| |
- Line one
- Line two
- Line three
- Line four
| - Line one
- Line two
- Line three
- Line four |