<?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: Roszline Miranda</title>
    <description>The latest articles on DEV Community by Roszline Miranda (@roszlinem).</description>
    <link>https://dev.to/roszlinem</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%2F1233759%2F98f639f5-a832-46f0-9ed5-e80e5c2110ec.jpeg</url>
      <title>DEV Community: Roszline Miranda</title>
      <link>https://dev.to/roszlinem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roszlinem"/>
    <language>en</language>
    <item>
      <title>TIL Coding</title>
      <dc:creator>Roszline Miranda</dc:creator>
      <pubDate>Fri, 15 Dec 2023 06:01:23 +0000</pubDate>
      <link>https://dev.to/roszlinem/til-coding-3hpk</link>
      <guid>https://dev.to/roszlinem/til-coding-3hpk</guid>
      <description>&lt;p&gt;I have been struggling with understanding code snippets and the proper formation for coding. I prefer to take physical notes because it helps me recall the information more efficiently rather than typing it out; however, I made a breakthrough when I started practicing the actual codes on my computer. &lt;/p&gt;

&lt;p&gt;I understood the basic definition of "Code Snippets" but I didn't understand what the appropriate way was to go about creating my own code. I researched Markdown language, Syntax highlighting all the way down to the components of a code snippet. For some reason, I would still second guess what it was that I would input for my code.&lt;/p&gt;

&lt;p&gt;There are two ways to format code:&lt;br&gt;
Inline Code and Code Block&lt;br&gt;
I found that I prefer Code Blocks for more information.&lt;/p&gt;

&lt;p&gt;My mistake was thinking of it too specifically; If you input the 3 backticks (&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
) at the beginning and end of your code block, anything in between those backticks is automatically code. I thought it was much more complex when really you just learn markdown language.

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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