diff --git a/handbook/company/communications.md b/handbook/company/communications.md
index d15565fdbd..cf264a336c 100644
--- a/handbook/company/communications.md
+++ b/handbook/company/communications.md
@@ -1400,8 +1400,6 @@ line two
|
1. Line one
2. Line two
3. Line three
4. Line four
| 1. Line one
2. Line two
3. Line three
4. Line four |
| 1. Line one
1. Indent one
2. Line two
3. Line three
1. Indent one
2. Indent two
4. Line four
| 1. Line one
1. Indent one
2. Line two
3. Line three
1. Indent one
2. Indent two
4. Line four |
-Content nested within an ordered list needs to be indented. If the list is not formatted correctly, the number will reset on each list item, as shown in the example below.
-
**Markdown:**
```
@@ -1420,26 +1418,6 @@ Paragraph about item one
2. Item two
-To make sure that ordered lists increment correctly, you can indent the content nested within the list. For example, the same ordered list with indentation:
-
-**Markdown:**
-
-```
-1. Item one
-
- Paragraph about item one
-
-2. Item two
-```
-
-**Rendered output:**
-
-1. Item one
-
- Paragraph about item one
-
-2. Item two
-
#### Unordered lists