<?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: Mark A. Donohoe</title>
    <description>The latest articles on DEV Community by Mark A. Donohoe (@marqueiv).</description>
    <link>https://dev.to/marqueiv</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%2F470999%2F2ded6144-fd1d-413a-b932-bc2b2112761a.png</url>
      <title>DEV Community: Mark A. Donohoe</title>
      <link>https://dev.to/marqueiv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marqueiv"/>
    <language>en</language>
    <item>
      <title>Test Post (Checking formatting)</title>
      <dc:creator>Mark A. Donohoe</dc:creator>
      <pubDate>Thu, 17 Sep 2020 23:16:00 +0000</pubDate>
      <link>https://dev.to/marqueiv/test-post-checking-formatting-1fka</link>
      <guid>https://dev.to/marqueiv/test-post-checking-formatting-1fka</guid>
      <description>&lt;p&gt;This is a test post!&lt;/p&gt;

&lt;p&gt;Here's a code block with Swift formatting...&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight swift"&gt;&lt;code&gt;&lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;...&lt;/span&gt;&lt;span class="mi"&gt;5&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="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Here's a code block with no formatting specified...&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;for x in 1...5 {
    print(x)
}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;That's all, folks!&lt;/p&gt;

</description>
      <category>swift</category>
    </item>
  </channel>
</rss>
