<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>My Literary Work</title>
  <subtitle>A description of this work</subtitle>
  <link href="https://example.com/feed/feed.xml" rel="self" />
  <link href="https://example.com/" />
  <updated>2026-04-04T01:34:41Z</updated>
  <id>https://example.com/</id>
  <author>
    <name>Your Name</name>
  </author>
  <entry>
    <title>Chapter Three</title>
    <link href="https://example.com/chapters/chapter-3/" />
    <updated>2026-04-04T01:34:41Z</updated>
    <id>https://example.com/chapters/chapter-3/</id>
    <content type="html">&lt;p&gt;The final chapter brings everything together. Resolve your themes and give readers a satisfying conclusion.&lt;/p&gt;
&lt;p class=&quot;drop&quot;&gt;And so the story ends, as all stories must.&lt;/p&gt;
&lt;p&gt;Thank your readers and invite them to explore more of your work.&lt;/p&gt;
&lt;hr&gt;
&lt;div style=&quot;font-size: 60%&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://example.com/about&quot;&gt;Your Name&lt;/a&gt; 2026&lt;/p&gt;
&lt;/div&gt;
</content>
  </entry>
  <entry>
    <title>Chapter Two</title>
    <link href="https://example.com/chapters/chapter-2/" />
    <updated>2026-04-04T01:34:41Z</updated>
    <id>https://example.com/chapters/chapter-2/</id>
    <content type="html">&lt;p&gt;The story continues in this second chapter. Build on the foundation you laid in the first chapter.&lt;/p&gt;
&lt;p&gt;You can use all standard markdown features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lists&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bold&lt;/strong&gt; and &lt;em&gt;italic&lt;/em&gt; text&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://example.com/about&quot;&gt;Links&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Blockquotes&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;“The best stories are the ones that resonate with truth,” the author said.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each chapter automatically gets navigation to the previous and next chapters.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Chapter One</title>
    <link href="https://example.com/chapters/chapter-1/" />
    <updated>2026-04-04T01:34:41Z</updated>
    <id>https://example.com/chapters/chapter-1/</id>
    <content type="html">&lt;p class=&quot;drop&quot;&gt;The first chapter of your multi-chapter work begins here.&lt;/p&gt;
&lt;p&gt;This is where the story opens. Write your opening paragraphs to draw readers in. Use markdown to format your text, and include images where appropriate.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;order&lt;/code&gt; in the frontmatter determines the chapter sequence. Navigation between chapters appears automatically at the bottom of each chapter page.&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;A note on sources&lt;/summary&gt;
This is where you might put supplementary material — a citation, an aside, a digression that would interrupt the main text. It renders in monospace at reduced size, indented, in a muted tone. The reader can expand it or skip it entirely.
&lt;/details&gt;
</content>
  </entry>
</feed>