<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Katherine Erickson</title>
    <description>Personal website of Katherine Erickson
</description>
    <link>http://katherineerickson.com/</link>
    <atom:link href="http://katherineerickson.com/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 24 Aug 2016 14:06:08 -0400</pubDate>
    <lastBuildDate>Wed, 24 Aug 2016 14:06:08 -0400</lastBuildDate>
    <generator>Jekyll v3.1.6</generator>
    
      <item>
        <title>Test JS in Markdown</title>
        <description>&lt;p&gt;&lt;em&gt;This&lt;/em&gt; is my first post!&lt;/p&gt;

&lt;p&gt;It is written in
&lt;a href=&quot;https://daringfireball.net/projects/markdown/&quot;&gt;markdown&lt;/a&gt;
with kramdown.&lt;/p&gt;

&lt;p&gt;&lt;span id=&quot;blinker&quot;&gt;
  But now we’re in an HTML span, the text color changing randomly with JS.
&lt;/span&gt;&lt;/p&gt;

&lt;script&gt;
  var el = document.getElementById(&quot;blinker&quot;);
  var i;
  var colors = [&quot;red&quot;, &quot;blue&quot;, &quot;green&quot;, &quot;purple&quot;, &quot;pink&quot;, &quot;orange&quot;];

  setInterval(function() {
    i = Math.round(Math.random() * (colors.length - 1));
    el.style.color = colors[i];
  }, 500);
&lt;/script&gt;

</description>
        <pubDate>Thu, 07 Jul 2016 00:00:00 -0400</pubDate>
        <link>http://katherineerickson.com/2016/07/07/test-js.html</link>
        <guid isPermaLink="true">http://katherineerickson.com/2016/07/07/test-js.html</guid>
        
        <category>blink</category>
        
        
      </item>
    
  </channel>
</rss>
