Skip to content

Instantly share code, notes, and snippets.

View ahmedazizkhelifi's full-sized avatar
🍉

KHELIFI Ahmed Aziz ahmedazizkhelifi

🍉
View GitHub Profile
<p>Emphasis, aka italics, with <i> i or em tag</i></p>
<p>Strong emphasis, aka bold, <b>b or strong tag</b></p>
<p>Combined emphasis with <b><i> both tags </b></i></p>
<p>Strikethrough uses <strike> strike tag </strike> </p>
<p>This is a text. <br> This is another text.</p>
<p>This is a paragraph of text.</p>
<p>This is another paragraph of text.</p>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
  1. Item 1
  2. Item 2 ( we can type 1. and the markdown will automatically numerate them)
  • First Item

    • Nested item 1
    • Nested item 2
      1. Keep going
      2. Yes
  • Second Item

  • First Item
<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>

Reading articles on Medium is awesome.

Sure !!

<p>Reading articles on Medium is awesome.</p>
<hr>
<p>Sure !!</p>
<!-- [Text](link) -->
<p><a href="https://medium.com/@ahmedazizkhelifi" title="Optional Title">Link Text</a></p>
<!-- ![Alt Text](image path "title") -->
<p><img src="https://miro.medium.com/max/80/0*PRNVc7bjff0Jj1pm.png" alt="Alt Text" title="Optional Title"></p>
<!-- [![Alt Text](image path "title")](link) -->
<p><a href="https://medium.com/@ahmedazizkhelifi"><img src="https://miro.medium.com/max/80/0*PRNVc7bjff0Jj1pm.png" alt="Alt Text" title="Optional Title"></a></p>