<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
    <title>我的博客</title>
    <subtitle>一个简单的博客</subtitle>
    <link rel="self" type="application/atom+xml" href="https://www.liaac.cn/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://www.liaac.cn"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2025-02-15T00:00:00+00:00</updated>
    <id>https://www.liaac.cn/atom.xml</id>
    <entry xml:lang="zh">
        <title>Markdown 样式测试</title>
        <published>2025-02-15T00:00:00+00:00</published>
        <updated>2025-02-15T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Bin Zhang
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.liaac.cn/posts/markdown-test/"/>
        <id>https://www.liaac.cn/posts/markdown-test/</id>
        
        <content type="html" xml:base="https://www.liaac.cn/posts/markdown-test/">&lt;p&gt;本文测试各种 Markdown 元素的样式。&lt;&#x2F;p&gt;
&lt;h2 id=&quot;biao-ti&quot;&gt;标题&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;san-ji-biao-ti&quot;&gt;三级标题&lt;&#x2F;h3&gt;
&lt;h4 id=&quot;si-ji-biao-ti&quot;&gt;四级标题&lt;&#x2F;h4&gt;
&lt;h2 id=&quot;wen-ben-yang-shi&quot;&gt;文本样式&lt;&#x2F;h2&gt;
&lt;p&gt;这是 &lt;strong&gt;粗体&lt;&#x2F;strong&gt;，这是 &lt;em&gt;斜体&lt;&#x2F;em&gt;，这是 &lt;code&gt;行内代码&lt;&#x2F;code&gt;，这是 &lt;del&gt;删除线&lt;&#x2F;del&gt;。&lt;&#x2F;p&gt;
&lt;h2 id=&quot;lian-jie&quot;&gt;链接&lt;&#x2F;h2&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.getzola.org&#x2F;&quot;&gt;Zola 官网&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;lie-biao&quot;&gt;列表&lt;&#x2F;h2&gt;
&lt;p&gt;无序列表：&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;项目一&lt;&#x2F;li&gt;
&lt;li&gt;项目二
&lt;ul&gt;
&lt;li&gt;子项目&lt;&#x2F;li&gt;
&lt;li&gt;子项目&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;项目三&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;有序列表：&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;第一项&lt;&#x2F;li&gt;
&lt;li&gt;第二项&lt;&#x2F;li&gt;
&lt;li&gt;第三项&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;h2 id=&quot;yin-yong&quot;&gt;引用&lt;&#x2F;h2&gt;
&lt;blockquote&gt;
&lt;p&gt;这是一段引用文字。
可以有多行。&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;h2 id=&quot;biao-ge&quot;&gt;表格&lt;&#x2F;h2&gt;
&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;列 A&lt;&#x2F;th&gt;&lt;th&gt;列 B&lt;&#x2F;th&gt;&lt;th&gt;列 C&lt;&#x2F;th&gt;&lt;&#x2F;tr&gt;&lt;&#x2F;thead&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;数据1&lt;&#x2F;td&gt;&lt;td&gt;数据2&lt;&#x2F;td&gt;&lt;td&gt;数据3&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;tr&gt;&lt;td&gt;数据4&lt;&#x2F;td&gt;&lt;td&gt;数据5&lt;&#x2F;td&gt;&lt;td&gt;数据6&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;&#x2F;tbody&gt;&lt;&#x2F;table&gt;
&lt;h2 id=&quot;tu-pian&quot;&gt;图片&lt;&#x2F;h2&gt;
&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;via.placeholder.com&#x2F;800x400&quot; alt=&quot;示例图片&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;hr &#x2F;&gt;
&lt;p&gt;这篇文章展示了主题对各种 Markdown 元素的渲染效果。&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="zh">
        <title>你好，世界</title>
        <published>2025-01-01T00:00:00+00:00</published>
        <updated>2025-01-01T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Bin Zhang
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://www.liaac.cn/posts/hello-world/"/>
        <id>https://www.liaac.cn/posts/hello-world/</id>
        
        <content type="html" xml:base="https://www.liaac.cn/posts/hello-world/">&lt;p&gt;欢迎来到我的博客！这是第一篇测试文章。&lt;&#x2F;p&gt;
&lt;h2 id=&quot;dai-ma-ce-shi&quot;&gt;代码测试&lt;&#x2F;h2&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #CDD6F4; background-color: #1E1E2E;&quot;&gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #CBA6F7;&quot;&gt;fn&lt;&#x2F;span&gt;&lt;span style=&quot;color: #89B4FA;font-style: italic;&quot;&gt; main&lt;&#x2F;span&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;() {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #89B4FA;font-style: italic;&quot;&gt;    println!&lt;&#x2F;span&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;(&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A6E3A1;&quot;&gt;&amp;quot;Hello, Zola!&amp;quot;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;);&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;shu-xue-gong-shi&quot;&gt;数学公式&lt;&#x2F;h2&gt;
&lt;p&gt;行内公式：$E = mc^2$&lt;&#x2F;p&gt;
&lt;p&gt;块级公式：&lt;&#x2F;p&gt;
&lt;p&gt;$$
\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}
$$&lt;&#x2F;p&gt;
&lt;p&gt;这是一篇测试文章，用于验证主题移植是否成功。&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
