From 56bae994308e46aa14bf902472fae6c6be1ac655 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 13 Aug 2024 20:41:45 -0500 Subject: [PATCH] Handbook: update ordered lists markdown formatting handbook section. (#21293) Closes: #21036 Changes: - Removed the inaccurate section about formatting ordered lists in Markdown content in the handbook. --- handbook/company/communications.md | 22 ---------------------- 1 file changed, 22 deletions(-) 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