From dc29538197eb68efa6b38dc85922fc3e1c3cd9ac Mon Sep 17 00:00:00 2001 From: cuianbing Date: Thu, 8 Jan 2026 15:10:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=93=9D=20=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 example.md diff --git a/example.md b/example.md new file mode 100644 index 0000000..d814199 --- /dev/null +++ b/example.md @@ -0,0 +1,25 @@ +--- +title: 示例文档 +author: 测试用户 +date: 2024-01-08 +tags: + - python + - markdown + - yaml +categories: + - 技术文档 + - 教程 +status: published +--- + +# 这是一个示例文档 + +这是文档的正文内容,用于测试frontmatter解析功能。 + +## 章节1 + +这是章节1的内容。 + +## 章节2 + +这是章节2的内容。