<?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>Forem: MD MAHBUB UDDIN</title>
    <description>The latest articles on Forem by MD MAHBUB UDDIN (@mahbubumithu).</description>
    <link>https://forem.com/mahbubumithu</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%2F2267631%2F405f12d3-e1c3-43f9-8ca7-776027a3adfb.png</url>
      <title>Forem: MD MAHBUB UDDIN</title>
      <link>https://forem.com/mahbubumithu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mahbubumithu"/>
    <language>en</language>
    <item>
      <title>🛠️ How to Create an Awesome GitHub Profile Using Markdown</title>
      <dc:creator>MD MAHBUB UDDIN</dc:creator>
      <pubDate>Sun, 27 Oct 2024 09:36:35 +0000</pubDate>
      <link>https://forem.com/mahbubumithu/how-to-create-an-awesome-github-profile-using-markdown-3bdd</link>
      <guid>https://forem.com/mahbubumithu/how-to-create-an-awesome-github-profile-using-markdown-3bdd</guid>
      <description>&lt;p&gt;Did you know you can customize your &lt;strong&gt;GitHub Profile&lt;/strong&gt; to create a memorable first impression? In this tutorial, I’ll show you how to use &lt;strong&gt;Markdown&lt;/strong&gt; to create a &lt;strong&gt;GitHub Profile&lt;/strong&gt; that truly stands out. Whether you're a beginner or an advanced user, these tips and tricks will help you showcase your skills, projects, and personality.&lt;/p&gt;

&lt;h2&gt;
  
  
  Table of Contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Getting Started&lt;/li&gt;
&lt;li&gt;
Markdown Elements for an Engaging Profile

&lt;ul&gt;
&lt;li&gt;1. Profile Header&lt;/li&gt;
&lt;li&gt;2. About Me Section&lt;/li&gt;
&lt;li&gt;3. Adding Skills&lt;/li&gt;
&lt;li&gt;4. Displaying GitHub Stats&lt;/li&gt;
&lt;li&gt;5. Highlighting Top Projects&lt;/li&gt;
&lt;li&gt;6. Adding a Visitor Count Badge&lt;/li&gt;
&lt;li&gt;7. Including Social Links&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Putting It All Together&lt;/li&gt;

&lt;li&gt;Tips to Make Your Profile Stand Out&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;To create a &lt;strong&gt;GitHub Profile&lt;/strong&gt;, follow these steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a new repository with the exact same name as your &lt;strong&gt;GitHub username&lt;/strong&gt; (e.g., if your username is &lt;strong&gt;mahbubumithu&lt;/strong&gt;, your repository should be called &lt;strong&gt;mahbubumithu&lt;/strong&gt;).&lt;/li&gt;
&lt;li&gt;Add a README.md file to this repository. This file is where you’ll write your profile in &lt;strong&gt;Markdown&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Customize your README.md file with the information you’d like to display.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your profile README will appear on your &lt;strong&gt;GitHub Profile&lt;/strong&gt; page, giving visitors a quick summary of your skills, projects, and more!&lt;/p&gt;




&lt;h2&gt;
  
  
  Markdown Elements for an Engaging Profile
&lt;/h2&gt;

&lt;p&gt;Here are some essential &lt;strong&gt;Markdown&lt;/strong&gt; elements to include in your GitHub profile for an engaging and informative layout:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Profile Header&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Start by introducing yourself with a welcoming message or tagline. Adding a bit of flair here helps set the tone.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Hi there, I'm [Your Name]! 👋 from [Your Country].&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.
&lt;/h2&gt;




&lt;p&gt;&lt;strong&gt;2. About Me Section&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Tell visitors who you are, what you do, and what you’re passionate about.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## About Me&lt;/span&gt;

I'm a [Your Profession] with a passion for [Your Passion]. I enjoy working on [types of projects you enjoy] and I’m constantly learning new technologies. Here are a few things I love to do:
&lt;span class="p"&gt;
-&lt;/span&gt; 👨‍💻 Coding
&lt;span class="p"&gt;-&lt;/span&gt; 🌱 Learning about new tech
&lt;span class="p"&gt;-&lt;/span&gt; 📚 Sharing knowledge
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## About Me&lt;/span&gt;

I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:
&lt;span class="p"&gt;
-&lt;/span&gt; 👨‍💻 Coding
&lt;span class="p"&gt;-&lt;/span&gt; 🌱 Learning about new tech
&lt;span class="p"&gt;-&lt;/span&gt; 📚 Sharing knowledge
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👨‍💻 Coding&lt;/li&gt;
&lt;li&gt;🌱 Learning about new tech&lt;/li&gt;
&lt;li&gt;📚 Sharing knowledge&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;3. Adding Skills&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Use lists or icons to showcase your skills. If you use icons, GitHub supports emojis, or you can add custom icons by linking to images.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Skills&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="gs"&gt;**Languages**&lt;/span&gt;: Python, JavaScript, HTML/CSS
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Frameworks**&lt;/span&gt;: React, Django
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Tools**&lt;/span&gt;: Git, Docker, VSCode
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Cloud**&lt;/span&gt;: AWS, Azure
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Skills
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages&lt;/strong&gt;: Python, JavaScript, HTML/CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks&lt;/strong&gt;: React, Django&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tools&lt;/strong&gt;: Git, Docker, VSCode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud&lt;/strong&gt;: AWS, Azure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Alternatively, you can use emojis:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;### Skills&lt;/span&gt;

💻 Python | 🖱️ JavaScript | ☁️ AWS | 🔧 Docker
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h3&gt;
  
  
  Skills
&lt;/h3&gt;

&lt;p&gt;💻 Python | 🖱️ JavaScript | ☁️ AWS | 🔧 Docker&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;4. Displaying GitHub Stats&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitHub offers customizable profile stats that you can embed in your README. Use the following example to add your stats.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## My GitHub Stats&lt;/span&gt;

&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Your Name's GitHub stats&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api?username=YourGitHubUsername&amp;amp;show_icons=true&amp;amp;theme=radical&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace &lt;strong&gt;YourGitHubUsername&lt;/strong&gt; with your GitHub username to start tracking your stats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## My GitHub Stats&lt;/span&gt;

&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;MD. Mahbub Uddin's GitHub stats&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api?username=mahbubumithu&amp;amp;show_icons=true&amp;amp;theme=radical&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  My GitHub Stats
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" alt="MD. Mahbub Uddin's GitHub stats" width="467" height="195"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;5. Highlighting Top Projects&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Link directly to your top projects, so visitors can easily find your best work.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Featured Projects&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 1&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project1&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Brief description of the project.
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 2&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project2&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Another project description.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Featured Projects
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project1" rel="noopener noreferrer"&gt;Project 1&lt;/a&gt;: Brief description of the project.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project2" rel="noopener noreferrer"&gt;Project 2&lt;/a&gt;: Another project description.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;6. Adding a Visitor Count Badge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Visitor badges show how many people have visited your profile. Here’s an example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Visitor Count&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://visitor-badge.laobi.icu/badge?page_id=YourGitHubUsername.YourGitHubUsername&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace &lt;strong&gt;YourGitHubUsername&lt;/strong&gt; with your GitHub username to start tracking views.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Visitor Count&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://visitor-badge.laobi.icu/badge?page_id=mahbubumithu.mahbubumithu&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" alt="Visitor Count" width="66" height="20"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I specially recommend this visitor count at the top of the page.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;strong&gt;7. Including Social Links&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Make it easy for people to connect with you by adding links to your social media profiles.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Connect with Me&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;LinkedIn&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://www.linkedin.com/in/YourLinkedInProfile&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Twitter&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://twitter.com/YourTwitterHandle&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Website&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://yourwebsite.com&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Connect with Me
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/YourLinkedInProfile" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/YourTwitterHandle" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://yourwebsite.com" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Putting It All Together
&lt;/h2&gt;

&lt;p&gt;Here’s what a complete &lt;strong&gt;GitHub Profile&lt;/strong&gt; might look like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Visitor Count&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://visitor-badge.laobi.icu/badge?page_id=mahbubumithu.mahbubumithu&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="gh"&gt;# Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.&lt;/span&gt;

&lt;span class="gu"&gt;## About Me&lt;/span&gt;

I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:
&lt;span class="p"&gt;
-&lt;/span&gt; 👨‍💻 Coding
&lt;span class="p"&gt;-&lt;/span&gt; 🌱 Learning about new tech
&lt;span class="p"&gt;-&lt;/span&gt; 📚 Sharing knowledge

&lt;span class="gu"&gt;## Skills&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="gs"&gt;**Languages**&lt;/span&gt;: Python, JavaScript, HTML/CSS
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Frameworks**&lt;/span&gt;: React, Django
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Tools**&lt;/span&gt;: Git, Docker, VSCode
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Cloud**&lt;/span&gt;: AWS, Azure

&lt;span class="gu"&gt;## My GitHub Stats&lt;/span&gt;

&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;MD. Mahbub Uddin's GitHub stats&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api?username=mahbubumithu&amp;amp;show_icons=true&amp;amp;theme=radical&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="gu"&gt;## Featured Projects&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 1&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project1&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Brief description of the project.
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 2&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project2&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Another project description.

&lt;span class="gu"&gt;## Connect with Me&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;LinkedIn&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://www.linkedin.com/in/YourLinkedInProfile&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Twitter&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://twitter.com/YourTwitterHandle&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Website&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://yourwebsite.com&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Final Output:
&lt;/h2&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" alt="Visitor Count" width="66" height="20"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👨‍💻 Coding&lt;/li&gt;
&lt;li&gt;🌱 Learning about new tech&lt;/li&gt;
&lt;li&gt;📚 Sharing knowledge&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Skills
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages&lt;/strong&gt;: Python, JavaScript, HTML/CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks&lt;/strong&gt;: React, Django&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tools&lt;/strong&gt;: Git, Docker, VSCode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud&lt;/strong&gt;: AWS, Azure&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  My GitHub Stats
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" alt="MD. Mahbub Uddin's GitHub stats" width="467" height="195"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Featured Projects
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project1" rel="noopener noreferrer"&gt;Project 1&lt;/a&gt;: Brief description of the project.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project2" rel="noopener noreferrer"&gt;Project 2&lt;/a&gt;: Another project description.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Connect with Me
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/YourLinkedInProfile" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/YourTwitterHandle" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://yourwebsite.com" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tips to Make Your Profile Stand Out
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Be authentic&lt;/strong&gt;: Let your personality show!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keep it updated&lt;/strong&gt;: Regularly update your featured projects and skills.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Be concise&lt;/strong&gt;: Avoid overwhelming readers with too much text.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;With a little &lt;strong&gt;Markdown&lt;/strong&gt; and creativity, your &lt;strong&gt;GitHub profile&lt;/strong&gt; can go from ordinary to outstanding! Let your profile reflect who you are and what you love doing. Good luck, and have fun crafting your unique &lt;strong&gt;GitHub profile!&lt;/strong&gt; 🚀&lt;/p&gt;

&lt;p&gt;Don’t forget to &lt;strong&gt;share&lt;/strong&gt; your newly designed &lt;strong&gt;GitHub profile&lt;/strong&gt; with me! Seeing how this guide has helped you build a unique profile would be an incredible inspiration. Feel free to &lt;strong&gt;connect&lt;/strong&gt; and show off your creativity—I'm always excited to see the amazing work you all put together.&lt;/p&gt;

&lt;p&gt;If you have any questions or want to dive deeper into &lt;strong&gt;Markdown&lt;/strong&gt;, check out my &lt;a href="https://dev.to/mahbubumithu/a-complete-markdown-tutorial-from-basics-to-advanced-41nb"&gt;previous post about Markdown&lt;/a&gt;. It covers everything from the basics to advanced features, and it’s a great reference if you're feeling stuck or want a refresher.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Happy coding and happy customizing!&lt;/strong&gt; 🚀&lt;/p&gt;

</description>
      <category>github</category>
      <category>markdown</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>🛠️ How to Create an Awesome GitHub Profile Using Markdown</title>
      <dc:creator>MD MAHBUB UDDIN</dc:creator>
      <pubDate>Sun, 27 Oct 2024 09:36:34 +0000</pubDate>
      <link>https://forem.com/mahbubumithu/how-to-create-an-awesome-github-profile-using-markdown-2oce</link>
      <guid>https://forem.com/mahbubumithu/how-to-create-an-awesome-github-profile-using-markdown-2oce</guid>
      <description>&lt;p&gt;Did you know you can customize your &lt;strong&gt;GitHub Profile&lt;/strong&gt; to create a memorable first impression? In this tutorial, I’ll show you how to use &lt;strong&gt;Markdown&lt;/strong&gt; to create a &lt;strong&gt;GitHub Profile&lt;/strong&gt; that truly stands out. Whether you're a beginner or an advanced user, these tips and tricks will help you showcase your skills, projects, and personality.&lt;/p&gt;

&lt;h2&gt;
  
  
  Table of Contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Getting Started&lt;/li&gt;
&lt;li&gt;
Markdown Elements for an Engaging Profile

&lt;ul&gt;
&lt;li&gt;1. Profile Header&lt;/li&gt;
&lt;li&gt;2. About Me Section&lt;/li&gt;
&lt;li&gt;3. Adding Skills&lt;/li&gt;
&lt;li&gt;4. Displaying GitHub Stats&lt;/li&gt;
&lt;li&gt;5. Highlighting Top Projects&lt;/li&gt;
&lt;li&gt;6. Adding a Visitor Count Badge&lt;/li&gt;
&lt;li&gt;7. Including Social Links&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Putting It All Together&lt;/li&gt;

&lt;li&gt;Tips to Make Your Profile Stand Out&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;To create a &lt;strong&gt;GitHub Profile&lt;/strong&gt;, follow these steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a new repository with the exact same name as your &lt;strong&gt;GitHub username&lt;/strong&gt; (e.g., if your username is &lt;strong&gt;mahbubumithu&lt;/strong&gt;, your repository should be called &lt;strong&gt;mahbubumithu&lt;/strong&gt;).&lt;/li&gt;
&lt;li&gt;Add a README.md file to this repository. This file is where you’ll write your profile in &lt;strong&gt;Markdown&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Customize your README.md file with the information you’d like to display.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your profile README will appear on your &lt;strong&gt;GitHub Profile&lt;/strong&gt; page, giving visitors a quick summary of your skills, projects, and more!&lt;/p&gt;




&lt;h2&gt;
  
  
  Markdown Elements for an Engaging Profile
&lt;/h2&gt;

&lt;p&gt;Here are some essential &lt;strong&gt;Markdown&lt;/strong&gt; elements to include in your GitHub profile for an engaging and informative layout:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Profile Header&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Start by introducing yourself with a welcoming message or tagline. Adding a bit of flair here helps set the tone.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Hi there, I'm [Your Name]! 👋 from [Your Country].&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.
&lt;/h2&gt;




&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;About Me Section&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Tell visitors who you are, what you do, and what you’re passionate about.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## About Me&lt;/span&gt;

I'm a [Your Profession] with a passion for [Your Passion]. I enjoy working on [types of projects you enjoy] and I’m constantly learning new technologies. Here are a few things I love to do:
&lt;span class="p"&gt;
-&lt;/span&gt; 👨‍💻 Coding
&lt;span class="p"&gt;-&lt;/span&gt; 🌱 Learning about new tech
&lt;span class="p"&gt;-&lt;/span&gt; 📚 Sharing knowledge
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## About Me&lt;/span&gt;

I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:
&lt;span class="p"&gt;
-&lt;/span&gt; 👨‍💻 Coding
&lt;span class="p"&gt;-&lt;/span&gt; 🌱 Learning about new tech
&lt;span class="p"&gt;-&lt;/span&gt; 📚 Sharing knowledge
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👨‍💻 Coding&lt;/li&gt;
&lt;li&gt;🌱 Learning about new tech&lt;/li&gt;
&lt;li&gt;📚 Sharing knowledge&lt;/li&gt;
&lt;/ul&gt;




&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Adding Skills&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Use lists or icons to showcase your skills. If you use icons, GitHub supports emojis, or you can add custom icons by linking to images.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Skills&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="gs"&gt;**Languages**&lt;/span&gt;: Python, JavaScript, HTML/CSS
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Frameworks**&lt;/span&gt;: React, Django
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Tools**&lt;/span&gt;: Git, Docker, VSCode
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Cloud**&lt;/span&gt;: AWS, Azure
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Skills
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages&lt;/strong&gt;: Python, JavaScript, HTML/CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks&lt;/strong&gt;: React, Django&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tools&lt;/strong&gt;: Git, Docker, VSCode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud&lt;/strong&gt;: AWS, Azure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Alternatively, you can use emojis:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;### Skills&lt;/span&gt;

💻 Python | 🖱️ JavaScript | ☁️ AWS | 🔧 Docker
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h3&gt;
  
  
  Skills
&lt;/h3&gt;

&lt;p&gt;💻 Python | 🖱️ JavaScript | ☁️ AWS | 🔧 Docker&lt;/p&gt;




&lt;ol&gt;
&lt;li&gt;Displaying GitHub Stats&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;GitHub offers customizable profile stats that you can embed in your README. Use the following example to add your stats.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## My GitHub Stats&lt;/span&gt;

&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Your Name's GitHub stats&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api?username=YourGitHubUsername&amp;amp;show_icons=true&amp;amp;theme=radical&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace &lt;strong&gt;YourGitHubUsername&lt;/strong&gt; with your GitHub username to start tracking your stats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## My GitHub Stats&lt;/span&gt;

&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;MD. Mahbub Uddin's GitHub stats&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api?username=mahbubumithu&amp;amp;show_icons=true&amp;amp;theme=radical&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  My GitHub Stats
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" alt="MD. Mahbub Uddin's GitHub stats" width="467" height="195"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Highlighting Top Projects&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Link directly to your top projects, so visitors can easily find your best work.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Featured Projects&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 1&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project1&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Brief description of the project.
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 2&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project2&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Another project description.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Featured Projects
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project1" rel="noopener noreferrer"&gt;Project 1&lt;/a&gt;: Brief description of the project.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project2" rel="noopener noreferrer"&gt;Project 2&lt;/a&gt;: Another project description.&lt;/li&gt;
&lt;/ul&gt;




&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Adding a Visitor Count Badge&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Visitor badges show how many people have visited your profile. Here’s an example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Visitor Count&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://visitor-badge.laobi.icu/badge?page_id=YourGitHubUsername.YourGitHubUsername&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Replace &lt;strong&gt;YourGitHubUsername&lt;/strong&gt; with your GitHub username to start tracking views.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Visitor Count&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://visitor-badge.laobi.icu/badge?page_id=mahbubumithu.mahbubumithu&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" alt="Visitor Count" width="66" height="20"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I specially recommend this visitor count at the top of the page.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;ol&gt;
&lt;li&gt;Including Social Links&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Make it easy for people to connect with you by adding links to your social media profiles.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Connect with Me&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;LinkedIn&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://www.linkedin.com/in/YourLinkedInProfile&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Twitter&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://twitter.com/YourTwitterHandle&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Website&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://yourwebsite.com&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;:&lt;/p&gt;

&lt;h2&gt;
  
  
  Connect with Me
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/YourLinkedInProfile" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/YourTwitterHandle" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://yourwebsite.com" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Putting It All Together
&lt;/h2&gt;

&lt;p&gt;Here’s what a complete &lt;strong&gt;GitHub Profile&lt;/strong&gt; might look like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Visitor Count&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://visitor-badge.laobi.icu/badge?page_id=mahbubumithu.mahbubumithu&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="gh"&gt;# Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.&lt;/span&gt;

&lt;span class="gu"&gt;## About Me&lt;/span&gt;

I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:
&lt;span class="p"&gt;
-&lt;/span&gt; 👨‍💻 Coding
&lt;span class="p"&gt;-&lt;/span&gt; 🌱 Learning about new tech
&lt;span class="p"&gt;-&lt;/span&gt; 📚 Sharing knowledge

&lt;span class="gu"&gt;## Skills&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="gs"&gt;**Languages**&lt;/span&gt;: Python, JavaScript, HTML/CSS
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Frameworks**&lt;/span&gt;: React, Django
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Tools**&lt;/span&gt;: Git, Docker, VSCode
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="gs"&gt;**Cloud**&lt;/span&gt;: AWS, Azure

&lt;span class="gu"&gt;## My GitHub Stats&lt;/span&gt;

&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;MD. Mahbub Uddin's GitHub stats&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github-readme-stats.vercel.app/api?username=mahbubumithu&amp;amp;show_icons=true&amp;amp;theme=radical&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="gu"&gt;## Featured Projects&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 1&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project1&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Brief description of the project.
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Project 2&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.com/YourUsername/Project2&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;: Another project description.

&lt;span class="gu"&gt;## Connect with Me&lt;/span&gt;
&lt;span class="p"&gt;
-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;LinkedIn&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://www.linkedin.com/in/YourLinkedInProfile&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Twitter&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://twitter.com/YourTwitterHandle&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Website&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://yourwebsite.com&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Final Output:
&lt;/h2&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvisitor-badge.laobi.icu%2Fbadge%3Fpage_id%3Dmahbubumithu.mahbubumithu" alt="Visitor Count" width="66" height="20"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Hi there, I'm MD. MAHBUB UDDIN! 👋 from Bangladesh.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;I'm a System Architect with a passion for exploring new technologies and tools. I enjoy working on Technology stack and I’m constantly learning new technologies. Here are a few things I love to do:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👨‍💻 Coding&lt;/li&gt;
&lt;li&gt;🌱 Learning about new tech&lt;/li&gt;
&lt;li&gt;📚 Sharing knowledge&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Skills
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages&lt;/strong&gt;: Python, JavaScript, HTML/CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks&lt;/strong&gt;: React, Django&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tools&lt;/strong&gt;: Git, Docker, VSCode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud&lt;/strong&gt;: AWS, Azure&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  My GitHub Stats
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub-readme-stats.vercel.app%2Fapi%3Fusername%3Dmahbubumithu%26show_icons%3Dtrue%26theme%3Dradical" alt="MD. Mahbub Uddin's GitHub stats" width="467" height="195"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Featured Projects
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project1" rel="noopener noreferrer"&gt;Project 1&lt;/a&gt;: Brief description of the project.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/YourUsername/Project2" rel="noopener noreferrer"&gt;Project 2&lt;/a&gt;: Another project description.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Connect with Me
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/YourLinkedInProfile" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/YourTwitterHandle" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://yourwebsite.com" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tips to Make Your Profile Stand Out
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Be authentic&lt;/strong&gt;: Let your personality show!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keep it updated&lt;/strong&gt;: Regularly update your featured projects and skills.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Be concise&lt;/strong&gt;: Avoid overwhelming readers with too much text.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;With a little &lt;strong&gt;Markdown&lt;/strong&gt; and creativity, your &lt;strong&gt;GitHub profile&lt;/strong&gt; can go from ordinary to outstanding! Let your profile reflect who you are and what you love doing. Good luck, and have fun crafting your unique &lt;strong&gt;GitHub profile!&lt;/strong&gt; 🚀&lt;/p&gt;

&lt;p&gt;Don’t forget to &lt;strong&gt;share&lt;/strong&gt; your newly designed &lt;strong&gt;GitHub profile&lt;/strong&gt; with me! Seeing how this guide has helped you build a unique profile would be an incredible inspiration. Feel free to &lt;strong&gt;connect&lt;/strong&gt; and show off your creativity—I'm always excited to see the amazing work you all put together.&lt;/p&gt;

&lt;p&gt;If you have any questions or want to dive deeper into &lt;strong&gt;Markdown&lt;/strong&gt;, check out my &lt;a href="https://dev.to/mahbubumithu/a-complete-markdown-tutorial-from-basics-to-advanced-41nb"&gt;previous post about Markdown&lt;/a&gt;. It covers everything from the basics to advanced features, and it’s a great reference if you're feeling stuck or want a refresher.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Happy coding and happy customizing!&lt;/strong&gt; 🚀&lt;/p&gt;

</description>
      <category>github</category>
      <category>markdown</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>A Complete Markdown Tutorial: From Basics to Advanced</title>
      <dc:creator>MD MAHBUB UDDIN</dc:creator>
      <pubDate>Thu, 24 Oct 2024 20:42:39 +0000</pubDate>
      <link>https://forem.com/mahbubumithu/a-complete-markdown-tutorial-from-basics-to-advanced-41nb</link>
      <guid>https://forem.com/mahbubumithu/a-complete-markdown-tutorial-from-basics-to-advanced-41nb</guid>
      <description>&lt;p&gt;&lt;strong&gt;Markdown&lt;/strong&gt; is a lightweight markup language that makes it easy to format text. It’s used widely across many platforms like GitHub, Dev.to, and more for creating well-structured documents, from README files to blogs and even documentation.&lt;/p&gt;

&lt;p&gt;In this tutorial, I’ll walk you through the essentials of Markdown—from basic syntax to advanced formatting techniques that will help you create more professional and visually engaging content.&lt;/p&gt;

&lt;h2&gt;
  
  
  Table of Contents
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Basic Markdown Syntax&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Headings&lt;/li&gt;
&lt;li&gt;Paragraphs&lt;/li&gt;
&lt;li&gt;Blockquotes&lt;/li&gt;
&lt;li&gt;Lists&lt;/li&gt;
&lt;li&gt;Hyperlink&lt;/li&gt;
&lt;li&gt;Images&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Intermediate Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code Blocks &amp;amp; Syntax Highlighting&lt;/li&gt;
&lt;li&gt;Tables&lt;/li&gt;
&lt;li&gt;Horizontal Lines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Advanced Markdown&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Escaping Characters&lt;/li&gt;
&lt;li&gt;Task Lists&lt;/li&gt;
&lt;li&gt;Nested Lists&lt;/li&gt;
&lt;li&gt;Markdown in HTML&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Basic Markdown Syntax
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Headings&lt;/strong&gt; (L1-L6)
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# Bangladesh&lt;/span&gt;

&lt;span class="gu"&gt;## Bangladesh&lt;/span&gt;

&lt;span class="gu"&gt;### Bangladesh&lt;/span&gt;

&lt;span class="gu"&gt;#### Bangladesh&lt;/span&gt;

&lt;span class="gu"&gt;##### Bangladesh&lt;/span&gt;

&lt;span class="gu"&gt;###### Bangladesh&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;h1&gt;
  
  
  Bangladesh
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Bangladesh
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Bangladesh
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Bangladesh
&lt;/h4&gt;

&lt;h5&gt;
  
  
  Bangladesh
&lt;/h5&gt;

&lt;h6&gt;
  
  
  Bangladesh
&lt;/h6&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Paragraphs&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To create paragraphs, just write text on a new line. You don’t need to add any special syntax—just hit "Enter" twice for spacing between paragraphs.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="ge"&gt;_italic_&lt;/span&gt; or _italic_  
&lt;span class="gs"&gt;**bold**&lt;/span&gt; or &lt;span class="gs"&gt;**bold**&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Bangladesh&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bangladesh&lt;/strong&gt;&lt;/p&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Blockquotes&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gt"&gt;&amp;gt; Respect for my Country&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Respect for my Country&lt;/p&gt;
&lt;/blockquote&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Lists&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Unordered List:&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;-&lt;/span&gt; Item 1
&lt;span class="p"&gt;-&lt;/span&gt; Item 2
&lt;span class="p"&gt;  -&lt;/span&gt; Sub-item 1
&lt;span class="p"&gt;  -&lt;/span&gt; Sub-item 2
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Item 1&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Item 2&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sub-item 1&lt;/li&gt;
&lt;li&gt;Sub-item 2&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ordered List:&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;1.&lt;/span&gt; First item
&lt;span class="p"&gt;2.&lt;/span&gt; Second item
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First item&lt;/li&gt;
&lt;li&gt;Second item&lt;/li&gt;
&lt;/ol&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hyperlink&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Google&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;http://google.com&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://google.com" rel="noopener noreferrer"&gt;Google&lt;/a&gt;&lt;/p&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Images&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;![&lt;/span&gt;&lt;span class="nv"&gt;Github&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://github.blog/wp-content/uploads/2024/07/github-logo.png&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9kqfn0gly8elt85h56mm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9kqfn0gly8elt85h56mm.png" alt="Github" width="585" height="368"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Hyperlink&lt;/strong&gt; and &lt;strong&gt;Images&lt;/strong&gt; both syntax are same expect one &lt;strong&gt;exclamation mark&lt;/strong&gt; (&lt;strong&gt;!&lt;/strong&gt;) which is point beginning of the &lt;strong&gt;Images tag&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Intermediate Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Code Blocks &amp;amp; Syntax Highlighting&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For Single Line Code (between single backticks ‘‘):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;`print("Hello Bangladesh!")`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;print("Hello Bangladesh!")&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;For multi-line code blocks( between triple backticks ‘‘‘‘‘‘):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;    &lt;span class="p"&gt;```&lt;/span&gt;&lt;span class="nl"&gt;
&lt;/span&gt;
python
    def hello_bangladesh():
    print("Hello Bangladesh!")


    &lt;span class="p"&gt;```&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;hello_bangladesh&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt;
    &lt;span class="nf"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Hello Bangladesh!&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tables&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;| Header 1 | Header 2 |
| -------- | -------- |
| Row 1    | Data 1   |
| Row 2    | Data 2   |
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Header 1&lt;/th&gt;
&lt;th&gt;Header 2&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Row 1&lt;/td&gt;
&lt;td&gt;Data 1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Row 2&lt;/td&gt;
&lt;td&gt;Data 2&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Horizontal Lines&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;---
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;




&lt;h2&gt;
  
  
  Advanced Markdown
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Escaping Characters&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="se"&gt;\#&lt;/span&gt; Not a heading
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;p&gt;# Not a heading&lt;/p&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Task Lists&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;-&lt;/span&gt; [x] Task 1
&lt;span class="p"&gt;-&lt;/span&gt; [ ] Task 2
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[x] Task 1&lt;/li&gt;
&lt;li&gt;[ ] Task 2&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Nested Lists&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;1.&lt;/span&gt; Item 1
&lt;span class="p"&gt;   -&lt;/span&gt; Sub-item 1
&lt;span class="p"&gt;   -&lt;/span&gt; Sub-item 2
&lt;span class="p"&gt;2.&lt;/span&gt; Item 2
&lt;span class="p"&gt;   -&lt;/span&gt; Sub-item 1
&lt;span class="p"&gt;   -&lt;/span&gt; Sub-item 2
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Item 1

&lt;ul&gt;
&lt;li&gt;Sub-item 1&lt;/li&gt;
&lt;li&gt;Sub-item 2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Item 2

&lt;ul&gt;
&lt;li&gt;Sub-item 1&lt;/li&gt;
&lt;li&gt;Sub-item 2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Markdown in HTML&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Custom HTML Header&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;This is a paragraph with &lt;span class="nt"&gt;&amp;lt;strong&amp;gt;&lt;/span&gt;bold&lt;span class="nt"&gt;&amp;lt;/strong&amp;gt;&lt;/span&gt; text.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will display as:&lt;/p&gt;

&lt;h2&gt;Custom HTML Header&lt;/h2&gt;

&lt;p&gt;This is a paragraph with &lt;strong&gt;bold&lt;/strong&gt; text.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This allows for greater flexibility, especially if you're embedding media or using specific styles.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Website where you can practices markdown live&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://markdownlivepreview.com/" rel="noopener noreferrer"&gt;MarkdownLivePreview&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Don’t wait for the perfect moment to learn Markdown. The power to simplify and enhance your writing is already within your reach. Start today, and watch how this simple tool transforms the way you create, share, and collaborate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Remember: great content starts with a solid foundation—and that foundation is Markdown.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;To everyone who has taken the time to read this post—thank you! I hope this Markdown tutorial has empowered you to take the next step in your journey, whether you're a beginner or someone looking to polish their skills. Remember, learning is a continuous process, and even small steps lead to great achievements.&lt;/p&gt;

&lt;p&gt;As you venture into new projects, may you find inspiration and joy in everything you create. Whether you're crafting code, writing blogs, or documenting your ideas, may your path be filled with success, creativity, and growth. Keep pushing boundaries, exploring new horizons, and never stop learning!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wishing you all the best in your endeavors—let’s keep creating amazing things together!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>github</category>
      <category>tutorial</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
