<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>My Blog</title>
    <link>https://www.myblog.com</link>
    <description>Just another blog on the web</description>
    <atom:link href="https://www.myblog.com/rss/" rel="self"/>
    <language>en-us</language>
    <lastBuildDate>Sun, 11 Feb 2024 00:00:00 +0000</lastBuildDate>
    <item>
      <title>My first post</title>
      <link>https://www.myblog.com/posts/my-first-post/</link>
      <description>
        <![CDATA[
          <p>This is my first blog posts</p>
          <p>For each paragraph I can use a <code>&lt;p&gt;</code> then enter your text and finish with <code>&lt;/p&gt;</code>.</p>
        ]]>
      </description>
      <pubDate>Mon, 29 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.myblog.com/posts/my-first-post/</guid>
    </item>
  </channel>
</rss>
