-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add search function -> version 2.1.0
- Loading branch information
1 parent
c0da914
commit b1088d8
Showing
14 changed files
with
127 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: '测试文档' | ||
description: '这是一个用于测试的Markdown文档' | ||
pubDate: 'Jul 02 2024' | ||
image: https://saroprock.oss-cn-hangzhou.aliyuncs.com/img/%E8%83%8C%E5%8C%85%E9%97%AE%E9%A2%98.png | ||
tags: | ||
- tag | ||
--- | ||
|
||
## 标题 | ||
|
||
Markdown支持多级标题,使用 `#` 符号表示。一个 `#` 表示一级标题,两个 `#` 表示二级标题,以此类推。 | ||
|
||
### 三级标题 | ||
|
||
这是一个三级标题。 | ||
|
||
## 列表 | ||
|
||
### 无序列表 | ||
|
||
- 项目一 | ||
- 项目二 | ||
- 项目三 | ||
|
||
### 有序列表 | ||
|
||
1. 第一项 | ||
2. 第二项 | ||
3. 第三项 | ||
|
||
## 格式化文本 | ||
|
||
你可以使用**加粗**和*斜体*来格式化文本。 | ||
|
||
**加粗示例** | ||
|
||
*斜体示例* | ||
|
||
~~删除线示例~~ | ||
|
||
## 链接 | ||
|
||
[这是一个链接](https://www.example.com) | ||
|
||
## 图片 | ||
|
||
![这是一个示例图片](https://www.example.com/image.jpg) | ||
|
||
## 代码 | ||
|
||
你可以在文档中插入代码片段: | ||
|
||
```python | ||
def hello_world(): | ||
print("Hello, world!") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters