Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Created April 2, 2020 17:11
Show Gist options
  • Save ahmedazizkhelifi/f066653bbd13e8650929025072c7f5d0 to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/f066653bbd13e8650929025072c7f5d0 to your computer and use it in GitHub Desktop.
<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