Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wise4rmgod committed Sep 29, 2022
1 parent a633580 commit bc051ae
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions public/post/introduction-to-markdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<meta itemprop="name" content="Introduction to Markdown ">
<meta itemprop="description" content="Technical writing mentorship program fourth meetup"><meta itemprop="datePublished" content="2022-09-29T00:00:00+00:00" />
<meta itemprop="dateModified" content="2022-09-29T00:00:00+00:00" />
<meta itemprop="wordCount" content="313">
<meta itemprop="wordCount" content="352">
<meta itemprop="keywords" content="" />

<meta name="twitter:card" content="summary"/>
Expand Down Expand Up @@ -291,34 +291,34 @@ <h2 id="syntax-for-markdown">Syntax for Markdown</h2>
<p>For headings, use:</p>
<ul>
<li>
<h1 id="heading-level-1">Heading level 1</h1>
<h1 id="heading-level-1--heading-level-1">Heading level 1 (&rsquo;# Heading level 1')</h1>
</li>
<li>
<h2 id="heading-level-2">Heading level 2</h2>
<h2 id="heading-level-2--heading-level-2">Heading level 2 (&rsquo;## Heading level 2')</h2>
</li>
<li>
<h3 id="heading-level-3">Heading level 3</h3>
<h3 id="heading-level-3--heading-level-3">Heading level 3 (&rsquo;### Heading level 3')</h3>
</li>
<li>
<h4 id="heading-level-4">Heading level 4</h4>
<h4 id="heading-level-4--heading-level-4">Heading level 4 (&rsquo;#### Heading level 4')</h4>
</li>
<li>
<h5 id="heading-level-5">Heading level 5</h5>
<h5 id="heading-level-5--heading-level-5">Heading level 5 (&rsquo;##### Heading level 5')</h5>
</li>
<li>
<h6 id="heading-level-6">Heading level 6</h6>
<h6 id="heading-level-6--heading-level-1">Heading level 6 (&rsquo;###### Heading level 1')</h6>
</li>
</ul>
<p>For ordered list, use:</p>
<ol>
<li>First item</li>
<li>First item (1. First item)</li>
<li>Second item</li>
<li>Third item</li>
<li>Fourth item</li>
</ol>
<p>For unordered list, use:</p>
<ul>
<li>First item</li>
<li>First item (- first item)</li>
<li>Second item</li>
<li>Third item</li>
<li>Fourth item</li>
Expand All @@ -331,7 +331,11 @@ <h6 id="heading-level-6">Heading level 6</h6>
<li>Fourth item</li>
</ul>
<p>For images, use:
<a href="https://images.unsplash.com/photo-1602002418816-5c0aeef426aa?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=2874&amp;q=80"><img src="../../assets/images/beach.jpg" alt="A beach" title="beach, Maldives"></a></p>
(<img src="https://images.unsplash.com/photo-1602002418816-5c0aeef426aa?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=2874&amp;q=80" alt="Maldives Beach">)</p>
<p><img src="https://images.unsplash.com/photo-1602002418816-5c0aeef426aa?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=2874&amp;q=80" alt="Maldives Beach"></p>
<p>For links, use:
(<a href="https://www.markdowntutorial.com/">Markdown Tutorial</a>)</p>
<p><a href="https://www.markdowntutorial.com/">A link example</a></p>
<h2 id="resources">Resources</h2>
<ul>
<li>
Expand Down

0 comments on commit bc051ae

Please sign in to comment.