Created
April 2, 2020 17:11
-
-
Save ahmedazizkhelifi/f066653bbd13e8650929025072c7f5d0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<ol> | |
<li>Item 1</li> | |
<li>Item 2 ( we can type 1. and the markdown will automatically numerate them) </li> | |
<li><p>First Item</p> | |
<ul> | |
<li>Nested item 1</li> | |
<li>Nested item 2<ol> | |
<li>Keep going</li> | |
<li>Yes</li> | |
</ol> | |
</li> | |
</ul> | |
</li> | |
<li><p>Second Item</p> | |
</li> | |
<li>First Item</li> | |
<li>Second Item</li> | |
</ol> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment