-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix every third list item broken (#2318)
* Fix #2314
- Loading branch information
1 parent
e709bd7
commit 346b162
Showing
3 changed files
with
76 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ol> | ||
<li><p>list item one</p> | ||
<ol> | ||
<li>sublist item one</li> | ||
<li>sublist item two</li> | ||
</ol> | ||
</li> | ||
<li><p>list item two</p> | ||
<ol> | ||
<li>sublist item one</li> | ||
<li>sublist item two</li> | ||
</ol> | ||
</li> | ||
<li><p>list item three</p> | ||
<ol> | ||
<li>sublist item one</li> | ||
<li>sublist item two</li> | ||
</ol> | ||
</li> | ||
<li><p>list item four</p> | ||
<ol> | ||
<li>sublist item one</li> | ||
<li>sublist item two</li> | ||
</ol> | ||
</li> | ||
</ol> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
1. list item one | ||
1. sublist item one | ||
2. sublist item two | ||
|
||
2. list item two | ||
1. sublist item one | ||
2. sublist item two | ||
|
||
3. list item three | ||
1. sublist item one | ||
2. sublist item two | ||
|
||
4. list item four | ||
1. sublist item one | ||
2. sublist item two |
346b162
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: