<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>John Doe</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <id>https://0xf7c1.pages.dev/</id>
  <link href="https://0xf7c1.pages.dev/" rel="alternate"/>
  <link href="https://0xf7c1.pages.dev/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, John Doe</rights>
  <title>Hexo</title>
  <updated>2026-08-04T12:26:50.217Z</updated>
  <entry>
    <author>
      <name>John Doe</name>
    </author>
    <category term="样式" scheme="https://0xf7c1.pages.dev/tags/%E6%A0%B7%E5%BC%8F/"/>
    <category term="预览" scheme="https://0xf7c1.pages.dev/tags/%E9%A2%84%E8%A7%88/"/>
    <category term="测试" scheme="https://0xf7c1.pages.dev/tags/%E6%B5%8B%E8%AF%95/"/>
    <content>
      <![CDATA[<h1 id="标题层级"><a href="#标题层级" class="headerlink" title="标题层级"></a>标题层级</h1><h2 id="H2-二级标题"><a href="#H2-二级标题" class="headerlink" title="H2 二级标题"></a>H2 二级标题</h2><h3 id="H3-三级标题"><a href="#H3-三级标题" class="headerlink" title="H3 三级标题"></a>H3 三级标题</h3><h4 id="H4-四级标题"><a href="#H4-四级标题" class="headerlink" title="H4 四级标题"></a>H4 四级标题</h4><h5 id="H5-五级标题"><a href="#H5-五级标题" class="headerlink" title="H5 五级标题"></a>H5 五级标题</h5><h6 id="H6-六级标题"><a href="#H6-六级标题" class="headerlink" title="H6 六级标题"></a>H6 六级标题</h6><hr><h2 id="段落与文本格式"><a href="#段落与文本格式" class="headerlink" title="段落与文本格式"></a>段落与文本格式</h2><p>普通正文段落。天地者万物之逆旅，光阴者百代之过客。浮生若梦，为欢几何。测试文本行高、间距、颜色。</p><p><strong>粗体文字</strong> 和 <em>斜体文字</em> 以及 <em><strong>粗斜体</strong></em>。</p><p><del>删除线测试</del>。</p><p>行内代码：<code>console.log(&#39;Hello World&#39;)</code>，变量 <code>maxCount</code>，函数 <code>renderPage()</code>。</p><p><a href="/">这是一个链接</a></p><hr><h2 id="列表"><a href="#列表" class="headerlink" title="列表"></a>列表</h2><h3 id="无序列表"><a href="#无序列表" class="headerlink" title="无序列表"></a>无序列表</h3><ul><li>第一项</li><li>第二项<ul><li>子项 A</li><li>子项 B</li></ul></li><li>第三项</li></ul><h3 id="有序列表"><a href="#有序列表" class="headerlink" title="有序列表"></a>有序列表</h3><ol><li>第一步</li><li>第二步<ol><li>子步骤 2.1</li><li>子步骤 2.2</li></ol></li><li>第三步</li></ol><hr><h2 id="引用块"><a href="#引用块" class="headerlink" title="引用块"></a>引用块</h2><blockquote><p>这是一个引用块。</p><p>第二行引用内容。</p></blockquote><hr><h2 id="代码块"><a href="#代码块" class="headerlink" title="代码块"></a>代码块</h2><figure class="highlight javascript"><table><tr><td class="code"><pre><code class="hljs javascript"><span class="hljs-keyword">function</span> <span class="hljs-title function_">hello</span>(<span class="hljs-params">name</span>) &#123;<br><br>    <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">&#x27;Hello, &#x27;</span> + name + <span class="hljs-string">&#x27;!&#x27;</span>);<br>    <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>;<br>&#125;<br></code></pre></td></tr></table></figure><figure class="highlight python"><table><tr><td class="code"><pre><code class="hljs python"><span class="hljs-keyword">def</span> <span class="hljs-title function_">hello</span>(<span class="hljs-params">name</span>):<br>    <span class="hljs-built_in">print</span>(<span class="hljs-string">f&quot;Hello, <span class="hljs-subst">&#123;name&#125;</span>!&quot;</span>)<br>    <span class="hljs-keyword">return</span> <span class="hljs-literal">True</span><br></code></pre></td></tr></table></figure><figure class="highlight go"><table><tr><td class="code"><pre><code class="hljs go"><span class="hljs-keyword">package</span> main<br><br><span class="hljs-keyword">import</span> <span class="hljs-string">&quot;fmt&quot;</span><br><br><span class="hljs-function"><span class="hljs-keyword">func</span> <span class="hljs-title">main</span><span class="hljs-params">()</span></span> &#123;<br>    fmt.Println(<span class="hljs-string">&quot;Hello, World!&quot;</span>)<br>&#125;<br></code></pre></td></tr></table></figure><hr><h2 id="表格"><a href="#表格" class="headerlink" title="表格"></a>表格</h2><table><thead><tr><th>列1</th><th>列2</th><th>列3</th></tr></thead><tbody><tr><td>A</td><td>B</td><td>C</td></tr><tr><td>D</td><td>E</td><td>F</td></tr></tbody></table><hr><h2 id="分割线"><a href="#分割线" class="headerlink" title="分割线"></a>分割线</h2><hr><h2 id="任务列表"><a href="#任务列表" class="headerlink" title="任务列表"></a>任务列表</h2><ul><li><input checked="" disabled="" type="checkbox"> 已完成</li><li><input disabled="" type="checkbox"> 未完成</li></ul>]]>
    </content>
    <id>https://0xf7c1.pages.dev/2026/08/04/test/</id>
    <link href="https://0xf7c1.pages.dev/2026/08/04/test/"/>
    <published>2026-08-04T04:00:00.000Z</published>
    <summary>
      <![CDATA[<h1 id="标题层级"><a href="#标题层级" class="headerlink" title="标题层级"></a>标题层级</h1><h2 id="H2-二级标题"><a href="#H2-二级标题" class="headerlink" title="H2]]>
    </summary>
    <title>test</title>
    <updated>2026-08-04T12:26:50.217Z</updated>
  </entry>
</feed>
