From 014f9c73a58191e78be7e1b69226ad0edbf2510d Mon Sep 17 00:00:00 2001 From: zibright Date: Fri, 25 Jul 2025 01:25:09 +0800 Subject: [PATCH] update test file --- 文章/技术类/MarkdownTest.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/文章/技术类/MarkdownTest.md b/文章/技术类/MarkdownTest.md index 049ed5a..272d610 100644 --- a/文章/技术类/MarkdownTest.md +++ b/文章/技术类/MarkdownTest.md @@ -20,9 +20,29 @@ ***加粗斜体文本*** ~~删除线文本~~ + + ==高亮文本== + + 角标 ^上角标^ ~下角标~ + + 下划线 + + - [ ] 代办 + + - [x] 已办 + + > 这是一段引用内容 > 引用内容可以换行 +>>引用嵌套 + +行内公式: $f(x)=a-b$ + +公式: +$$ +f(x)=a-b +$$ | 表头1 | 表头2 | 表头3 | |-------|-------|-------| @@ -45,4 +65,4 @@ def hello\_world(): 分割线以下也是测试内容 -![图片替代文本](https://picsum.photos/200/300) \ No newline at end of file +![图片替代文本](https://picsum.photos/200/300 "随机的图片") \ No newline at end of file