<?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: ramyaDhanush</title>
    <description>The latest articles on DEV Community by ramyaDhanush (@ramyadhanush).</description>
    <link>https://dev.to/ramyadhanush</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%2F457090%2F69101dc2-57d0-4450-bf7a-c17c5a01c1f6.jpg</url>
      <title>DEV Community: ramyaDhanush</title>
      <link>https://dev.to/ramyadhanush</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ramyadhanush"/>
    <language>en</language>
    <item>
      <title>Markdown - Getting Started</title>
      <dc:creator>ramyaDhanush</dc:creator>
      <pubDate>Mon, 24 Aug 2020 15:44:43 +0000</pubDate>
      <link>https://dev.to/ramyadhanush/markdown-getting-started-2fm8</link>
      <guid>https://dev.to/ramyadhanush/markdown-getting-started-2fm8</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JtRCYnzT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Markdown-mark.svg/1200px-Markdown-mark.svg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JtRCYnzT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Markdown-mark.svg/1200px-Markdown-mark.svg.png" alt="MarkDown" width="800" height="492"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Developers are now playing with lots of languages to make the web a better place to view. &lt;a href="https://en.wikipedia.org/wiki/Markdown"&gt;Markdown&lt;/a&gt; is the language, used by developers of various interest to make the &lt;a href="//github.com"&gt;github&lt;/a&gt; a better place.&lt;/p&gt;

&lt;h4&gt;
  
  
  History of Markdown
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;A plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz. Often used for formatting readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. &lt;/p&gt;
&lt;/blockquote&gt;




&lt;h4&gt;
  
  
  Pros
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Provides &lt;strong&gt;semantic meaning&lt;/strong&gt; in a simple way &lt;/li&gt;
&lt;li&gt;Easy to learn ,implement and quick&lt;/li&gt;
&lt;li&gt;Readability &lt;/li&gt;
&lt;li&gt;Platform-agnostic &lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Let's learn Markdown and for those who know already, refresh!!!  &lt;/p&gt;

&lt;p&gt;Start with &lt;strong&gt;text&lt;/strong&gt;  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Bold&lt;/strong&gt;  enclose text with double asterisk (**) on both sides&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;italic&lt;/em&gt; enclose text with (_) on both sides&lt;/li&gt;
&lt;li&gt;
&lt;del&gt;strikethrough&lt;/del&gt; enclose text with double tilde (~~) on both sides&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;Let's see about #######headers&lt;/p&gt;

&lt;p&gt;There are six headers ranging from header1 larger size to header6 smallest header. Each header is preceedded with equal number of hash/number sign(#)&lt;/p&gt;

&lt;p&gt;Example:-&lt;/p&gt;

&lt;blockquote&gt;
&lt;h1&gt;
  
  
  heading1
&lt;/h1&gt;
&lt;h2&gt;
  
  
  heading2
&lt;/h2&gt;
&lt;h3&gt;
  
  
  heading3
&lt;/h3&gt;
&lt;h4&gt;
  
  
  heading4
&lt;/h4&gt;
&lt;h5&gt;
  
  
  heading5
&lt;/h5&gt;
&lt;h6&gt;
  
  
  heading6
&lt;/h6&gt;
&lt;/blockquote&gt;




&lt;p&gt;To show an &lt;strong&gt;image&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Exclamation mark (!) followed by Any text related to image enclosed in square brackets [image-text] followed by image url enclosed in parenthesis (image-url.jpg)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BeiBYQMD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/http://icons.iconarchive.com/icons/google/noto-emoji-animals-nature/256/22221-cat-icon.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BeiBYQMD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/http://icons.iconarchive.com/icons/google/noto-emoji-animals-nature/256/22221-cat-icon.png" alt="Orangecat" width="256" height="256"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Link&lt;/strong&gt; is similar to &lt;em&gt;images&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Place a text to show enclosed in square brackets [view-text] followed by website url enclosed in parenthesis (web-url)&lt;/p&gt;

&lt;p&gt;&lt;a href="//www.markdowntutorial.com"&gt;Learn Markdown Basics&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Block-quotes&lt;/strong&gt; - Attention seeker :)  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Curiosity has its own reason for existing. &lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Are you curious on Markdown language checkout &lt;a href="//www.markdowntutorial.com"&gt;this&lt;/a&gt;, a practical approach towards markdown.&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>language</category>
    </item>
  </channel>
</rss>
