无标题

Jan 9, 2026

这是一个为您准备的 Markdown 综合测试文本。它涵盖了常用的语法元素,您可以将其复制到编辑器中测试渲染效果。


一级标题 (H1)

二级标题 (H2)

三级标题 (H3)

这是一段普通文本。Markdown 支持 加粗斜体删除线 以及 行内代码


1. 列表测试

无序列表:

  • 西瓜
  • 苹果
  • 香蕉

有序列表:

  1. 第一步:打开冰箱
  2. 第二步:把大象放进去
  3. 第三步:关上冰箱

任务列表:

  • 已完成任务
  • 待办任务

2. 表格测试

姓名年龄职业备注
张三25工程师左对齐
李四30设计师居中对齐
王五28教师右对齐

3. 链接与图片

alt text

caption text


4. 其他元素

脚注: 这是一个带有脚注的句子1

// content…

  flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]

查看存档内容 (包含 1 张图片)
not sure anyone has heard but, I resigned from Twitter

Note

note text

Warning

warning text

Tip

tip text

Important

important text

Caution

caution text

1fn plus_one(x: Option<i32>) -> Option<i32> {
2 match x {
3 None => None,
4 Some(i) => Some(i + 1),
5 }
6}
7
8let five = Some(5);
9let six = plus_one(five);
10let none = plus_one(None);
#!/bin/bash
$ echo hello
# sudo pacman -S zola
 # comment
$ ls -la
1

这是脚注的内容。

https://kaixinol.github.io/posts/feed.xml