File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ This document provides examples of the most commonly used markdown syntax. See t
117117+===================================+=================================+
118118| ``` markdown | |
119119| * unordered list | * unordered list |
120- | + sub-item 1 | + sub-item 1 |
121- | + sub-item 2 | + sub-item 2 |
122- | - sub-sub-item 1 | - sub-sub-item 1 |
120+ | + sub-item 1 | + sub-item 1 |
121+ | + sub-item 2 | + sub-item 2 |
122+ | - sub-sub-item 1 | - sub-sub-item 1 |
123123| ``` | |
124124+-----------------------------------+---------------------------------+
125125| ``` markdown | |
@@ -131,8 +131,8 @@ This document provides examples of the most commonly used markdown syntax. See t
131131| ``` markdown | |
132132| 1. ordered list | 1. ordered list |
133133| 2. item 2 | 2. item 2 |
134- | i) sub-item 1 | i) sub-item 1 |
135- | A. sub-sub-item 1 | A. sub-sub-item 1 |
134+ | i) sub-item 1 | i) sub-item 1 |
135+ | A. sub-sub-item 1 | A. sub-sub-item 1 |
136136| ``` | |
137137+-----------------------------------+---------------------------------+
138138| ``` markdown | |
You can’t perform that action at this time.
0 commit comments