<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[ElectronicMonkey]]></title>
        <description><![CDATA[Author of nostr blogging client: https://flycat.club/ ]]></description>
        <link>https://electronicmonkey.npub.pro/tag/markdown/</link>
        <atom:link href="https://electronicmonkey.npub.pro/tag/markdown/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://electronicmonkey.npub.pro/tag/markdown/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[ElectronicMonkey]]></itunes:author>
        <itunes:subtitle><![CDATA[Author of nostr blogging client: https://flycat.club/ ]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[ElectronicMonkey]]></itunes:name>
          <itunes:email><![CDATA[ElectronicMonkey]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Wed, 01 Mar 2023 07:14:49 GMT</pubDate>
      <lastBuildDate>Wed, 01 Mar 2023 07:14:49 GMT</lastBuildDate>
      
      <itunes:image href="https://nostr.build/i/1804.jpeg" />
      <image>
        <title><![CDATA[ElectronicMonkey]]></title>
        <link>https://electronicmonkey.npub.pro/tag/markdown/</link>
        <url>https://nostr.build/i/1804.jpeg</url>
      </image>
      <item>
      <title><![CDATA[test markdown]]></title>
      <description><![CDATA[just a test]]></description>
             <itunes:subtitle><![CDATA[just a test]]></itunes:subtitle>
      <pubDate>Wed, 01 Mar 2023 07:14:49 GMT</pubDate>
      <link>https://electronicmonkey.npub.pro/post/f3553073/</link>
      <comments>https://electronicmonkey.npub.pro/post/f3553073/</comments>
      <guid isPermaLink="false">naddr1qqyxvve4x5enqdenqgsyt3qly8su7u2l5mvu5g9cuqp22axm0w6fa9hw3xp5cek6c4zxk7srqsqqqa28pmfgf2</guid>
      <category>test</category>
      
        <media:content url="https://nostr.build/i/nostr.build_91ed7f1420ec4d6b8ece4f42a5bfa38ad49546729d5fa9bba0942047b92363c5.png" medium="image"/>
        <enclosure 
          url="https://nostr.build/i/nostr.build_91ed7f1420ec4d6b8ece4f42a5bfa38ad49546729d5fa9bba0942047b92363c5.png" length="0" 
          type="image/png" 
        />
      <noteId>naddr1qqyxvve4x5enqdenqgsyt3qly8su7u2l5mvu5g9cuqp22axm0w6fa9hw3xp5cek6c4zxk7srqsqqqa28pmfgf2</noteId>
      <npub>npub1ghzp7g0peac4lfkeegst3cqz546dk7a5n6twazvrf3nd432yddaqa3qtwq</npub>
      <dc:creator><![CDATA[ElectronicMonkey]]></dc:creator>
      <content:encoded><![CDATA[<h1>Markdown syntax guide</h1>
<h2>Headers</h2>
<h1>This is a Heading h1</h1>
<h2>This is a Heading h2</h2>
<h6>This is a Heading h6</h6>
<h2>Emphasis</h2>
<p><em>This text will be italic</em><br><em>This will also be italic</em></p>
<p><strong>This text will be bold</strong><br><strong>This will also be bold</strong></p>
<p><em>You <strong>can</strong> combine them</em></p>
<h2>Lists</h2>
<h3>Unordered</h3>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 2a</li>
<li>Item 2b</li>
</ul>
<h3>Ordered</h3>
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 3a</li>
<li>Item 3b</li>
</ol>
<h2>Images</h2>
<p><img src="/image/sample.png" alt="This is a alt text." title="This is a sample image."></p>
<h2>Links</h2>
<p>You may be using <a href="https://markdownlivepreview.com/">Markdown Live Preview</a>.</p>
<h2>Blockquotes</h2>
<blockquote>
<p>Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz.</p>
<blockquote>
<p>Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.</p>
</blockquote>
</blockquote>
<h2>Tables</h2>
<table>
<thead>
<tr>
<th>Left columns</th>
<th align="center">Right columns</th>
</tr>
</thead>
<tbody><tr>
<td>left foo</td>
<td align="center">right foo</td>
</tr>
<tr>
<td>left bar</td>
<td align="center">right bar</td>
</tr>
<tr>
<td>left baz</td>
<td align="center">right baz</td>
</tr>
</tbody></table>
<h2>Blocks of code</h2>
<pre><code>let message = 'Hello world';
alert(message);
</code></pre>
<h2>Inline code</h2>
<p>This web site is using <code>markedjs/marked</code>.</p>
]]></content:encoded>
      <itunes:author><![CDATA[ElectronicMonkey]]></itunes:author>
      <itunes:summary><![CDATA[<h1>Markdown syntax guide</h1>
<h2>Headers</h2>
<h1>This is a Heading h1</h1>
<h2>This is a Heading h2</h2>
<h6>This is a Heading h6</h6>
<h2>Emphasis</h2>
<p><em>This text will be italic</em><br><em>This will also be italic</em></p>
<p><strong>This text will be bold</strong><br><strong>This will also be bold</strong></p>
<p><em>You <strong>can</strong> combine them</em></p>
<h2>Lists</h2>
<h3>Unordered</h3>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 2a</li>
<li>Item 2b</li>
</ul>
<h3>Ordered</h3>
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 3a</li>
<li>Item 3b</li>
</ol>
<h2>Images</h2>
<p><img src="/image/sample.png" alt="This is a alt text." title="This is a sample image."></p>
<h2>Links</h2>
<p>You may be using <a href="https://markdownlivepreview.com/">Markdown Live Preview</a>.</p>
<h2>Blockquotes</h2>
<blockquote>
<p>Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz.</p>
<blockquote>
<p>Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.</p>
</blockquote>
</blockquote>
<h2>Tables</h2>
<table>
<thead>
<tr>
<th>Left columns</th>
<th align="center">Right columns</th>
</tr>
</thead>
<tbody><tr>
<td>left foo</td>
<td align="center">right foo</td>
</tr>
<tr>
<td>left bar</td>
<td align="center">right bar</td>
</tr>
<tr>
<td>left baz</td>
<td align="center">right baz</td>
</tr>
</tbody></table>
<h2>Blocks of code</h2>
<pre><code>let message = 'Hello world';
alert(message);
</code></pre>
<h2>Inline code</h2>
<p>This web site is using <code>markedjs/marked</code>.</p>
]]></itunes:summary>
      <itunes:image href="https://nostr.build/i/nostr.build_91ed7f1420ec4d6b8ece4f42a5bfa38ad49546729d5fa9bba0942047b92363c5.png"/>
      </item>
      
      </channel>
      </rss>
    