<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ali Munir</title>
    <description>The latest articles on DEV Community by Ali Munir (@alimunir).</description>
    <link>https://dev.to/alimunir</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F982010%2Fb5c774f8-c7ac-40b8-8ebf-2bda3b0d670a.jpeg</url>
      <title>DEV Community: Ali Munir</title>
      <link>https://dev.to/alimunir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alimunir"/>
    <language>en</language>
    <item>
      <title>Project From Scrimba for learning MD Language</title>
      <dc:creator>Ali Munir</dc:creator>
      <pubDate>Wed, 30 Nov 2022 17:08:05 +0000</pubDate>
      <link>https://dev.to/alimunir/project-from-scrimba-for-learning-md-language-ogg</link>
      <guid>https://dev.to/alimunir/project-from-scrimba-for-learning-md-language-ogg</guid>
      <description>&lt;h1&gt;
  
  
  Markdown Course LIVE on Scrimba
&lt;/h1&gt;




&lt;p&gt;Just a beginner guide about using markdown language.&lt;/p&gt;

&lt;h3&gt;
  
  
  Challenge: Introductory Paragraph
&lt;/h3&gt;

&lt;p&gt;Markdown is a lightweight markup language for creating formatted text using a plain-text editor.&lt;/p&gt;

&lt;h3&gt;
  
  
  Challenge: How to Bold text?
&lt;/h3&gt;

&lt;p&gt;There are two ways to bold &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using two Asterisk around the text like this &lt;code&gt;**Bold**&lt;/code&gt; &lt;strong&gt;Bold&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Another way is using two underscores like this &lt;code&gt;__bold 2__&lt;/code&gt; &lt;strong&gt;bold 2&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Challenge: How to Italicize text?
&lt;/h3&gt;

&lt;p&gt;There are two ways to Italicize.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using single  Asterisk around the text like this &lt;code&gt;*Italic Text 1*&lt;/code&gt; &lt;em&gt;Italic Text 1&lt;/em&gt; &lt;/li&gt;
&lt;li&gt; Another way is using single underscore like this &lt;code&gt;_Italic2_&lt;/code&gt; &lt;em&gt;Italic2&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>md</category>
    </item>
  </channel>
</rss>
