<?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: Alvin</title>
    <description>The latest articles on DEV Community by Alvin (@ld80061).</description>
    <link>https://dev.to/ld80061</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%2F3248017%2F6cf36016-f0a9-46ac-903e-e18fad98c43e.jpg</url>
      <title>DEV Community: Alvin</title>
      <link>https://dev.to/ld80061</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ld80061"/>
    <language>en</language>
    <item>
      <title>A Baby Step into Markdown 👶</title>
      <dc:creator>Alvin</dc:creator>
      <pubDate>Thu, 05 Jun 2025 20:19:15 +0000</pubDate>
      <link>https://dev.to/ld80061/a-baby-step-into-markdown-2fmp</link>
      <guid>https://dev.to/ld80061/a-baby-step-into-markdown-2fmp</guid>
      <description>&lt;p&gt;Hi all! As part of my Markdown course on Coursea, I'm publishing this little post. I expect to edit and manipulate it later.&lt;/p&gt;

&lt;p&gt;One thing I learned: to make a strkethrough, we use the tilde symbol twice, ~~ , so it would be like &lt;del&gt;this&lt;/del&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bold&lt;/strong&gt; and &lt;em&gt;italic&lt;/em&gt; is also on, either by using the asterisk, ** for bold and * for italic on each side of the text, or by the underline again __ for bold and _ for italic. Underline is not natively supported by Markdown. HTML may well work here, though.&lt;/p&gt;

&lt;p&gt;/* blockquote {&lt;br&gt;
  background: #f9f9f9;&lt;br&gt;
  border-left: 10px solid #ccc;&lt;br&gt;
  margin: 1.5em 10px;&lt;br&gt;
  padding: 0.15em 10px;&lt;br&gt;
} */&lt;/p&gt;

&lt;p&gt;Let's see how this blockquote thingy works.&lt;/p&gt;

&lt;p&gt;(reads &lt;a href="https://markdownlivepreview.com/" rel="noopener noreferrer"&gt;https://markdownlivepreview.com/&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;Ah, I see we should actually use the &amp;gt; sign.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Like this&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Or even this, with two &amp;gt;&amp;gt;'s&lt;/p&gt;
&lt;/blockquote&gt;


&lt;/blockquote&gt;

&lt;p&gt;OK, time to make a like with three dashes, like ---&lt;/p&gt;




&lt;p&gt;There it is!&lt;/p&gt;

&lt;p&gt;A. One item&lt;br&gt;
B. Two items&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;One item&lt;/li&gt;
&lt;li&gt;Two items&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;One item&lt;/li&gt;
&lt;li&gt;Two items
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{ 
    youtubeChannel: 'https://www.YouTube.com/CodingTutorials360'
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Practicing Code Blocks...&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%2Fjkrtip8u1q87jyyml6t5.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%2Fjkrtip8u1q87jyyml6t5.png" alt="Change of Seasons - Carbon - by silveryn" width="800" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Change of Seasons - Carbon - by silveryn&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Practicing nested links: click on the image to get to the site!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.deviantart.com/isleeyin/art/777Jihad-967512817" rel="noopener noreferrer"&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%2Fqnrqmofz3tvc17eypvta.jpg" alt="Link to DeviantArt" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>ai</category>
      <category>markdown</category>
    </item>
  </channel>
</rss>
