本站支持标准Markdown文件,建议使用Typora,设置“复制图片到./${filename}.assets”。仅需上传md+assets目录,站点就会正确解析文章。
use Typora, setting "copy pics to ./${filename}.assets", then upload md+assets to here, miniblog will show your article.

supports test(支持语法测试):
一级标题 H1
二级标题 H2
三级标题 H3
四级标题 H4
五级标题 H5
六级标题 H6
强调
加粗文本 与 另一段加粗文本
斜体文本 与 另一段斜体文本
加粗斜体 与 加粗斜体
删除线文本
==标记文本==(高亮)
++下划线文本++(部分扩展语法)
行内代码
列表
有序列表
- 第一项
- 第二项
- 第三项
- 嵌套有序项
- 另一个嵌套项
- 第四项
无序列表
- 圆点第一项
- 圆点第二项
- 嵌套圆点项
- 另一个嵌套项
- 圆点第三项
星号风格:
- 星号项一
- 星号项二
- 星号项三
加号风格:
- 加号项一
- 加号项二
任务列表
- [x] 已完成任务
- [ ] 未完成任务
- [ ] 另一个待办任务
引用
这是一段引用
这是嵌套引用
回到内层
多段落引用
其中包含 加粗 文本。
代码块
function helloWorld() { console.log("你好,世界!"); return 42;}
def 问候(名字): print(f"你好,{名字}!") return None
<div class="container"> <p>你好 HTML</p></div>
.body { color: #333; font-family: sans-serif;}
echo "来自 bash 的问候"ls -la
{ "名称": "markdown", "版本": "1.0.0", "特性": ["加粗", "斜体", "代码"]}
无语言标记的纯代码块
链接
user@example.com
图片

表格
| 表头一 | 表头二 | 表头三 |
|---|---|---|
| 左对齐 | 居中 | 右对齐 |
| 单元格1 | 单元格2 | 单元格3 |
| 加粗 | 斜体 | 代码 |
分割线
换行
这是第一行。
这是第二行(行尾两个空格)。
这是新的段落。
转义字符
* 不是圆点 *
_ 不是斜体 _
` 不是代码 _
# 不是标题 #
\ 反斜杠本身 \
脚注
缩进段落可将其归入手注内。
定义列表(扩展语法)
术语一
: 定义一
术语二
: 定义二a
: 定义二b
缩写(扩展语法)
HTML 是一种标记语言。
*[HTML]: 超文本标记语言
表情符号(扩展语法)
:smile: :heart: :thumbsup: :rocket: :tada:
上标与下标(扩展语法)
H~2~O 是液体。
2^10^ 等于 1024。
数学公式(扩展语法)
行内公式:$E = mc^2$
块级公式:
$$
\frac{n!}{k!(n-k)!} = \binom{n}{k}
$$
$$
\sum_{i=1}^{n} i = \frac{n(n+1)}{2}
$$
键盘按键(扩展语法)
按下 Ctrl + C 复制。
按下 Enter 提交。
内联 HTML
通过内联 HTML 显示的红色文字
HTML 加粗 与 HTML 斜体
点击展开
details 元素内的隐藏内容。
混合内容
注意: 这段引用包含
行内代码、链接和 加粗 文本。
- 含
行内代码的列表项 - 含 链接 的列表项
- 含以下的列表项:
- 嵌套圆点
- 另一个含 加粗 的嵌套圆点
| 特性 | 是否支持 |
|---|---|
| 标题 | ✓ |
| 加粗/斜体 | ✓ |
| 代码块 | ✓ |
| 表格 | ✓ |
| 任务列表 | ✓ |
| 脚注 | ✓ |
Markdown 测试文件结束。
This site supports:
H1 Heading
H2 Heading
H3 Heading
H4 Heading
H5 Heading
H6 Heading
Emphasis
Bold text and another bold text
Italic text and another italic text
Bold and italic and bold and italic
Strikethrough text
==Marked text== (highlight)
++Underlined text++ (some extensions)
inline code
Lists
Ordered List
- First item
- Second item
- Third item
- Nested ordered item
- Another nested item
- Fourth item
Unordered List
- First bullet item
- Second bullet item
- Nested bullet item
- Another nested bullet
- Third bullet item
Alternative bullet style:
- Star bullet one
- Star bullet two
- Star bullet three
- Plus bullet one
- Plus bullet two
Task List
- [x] Completed task
- [ ] Uncompleted task
- [ ] Another pending task
Blockquote
This is a blockquote
This is a nested blockquote
Back to the inner level
Blockquote with multiple paragraphs
And some bold text inside it.
Code Blocks
function helloWorld() { console.log("Hello, World!"); return 42;}
def greet(name): print(f"Hello, {name}!") return None
<div class="container"> <p>Hello HTML</p></div>
.body { color: #333; font-family: sans-serif;}
echo "Hello from bash"ls -la
{ "name": "markdown", "version": "1.0.0", "features": ["bold", "italic", "code"]}
Plain code block without language
Links
https://www.example.com Autolink
user@example.com
Images

Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Left | Center | Right |
| Cell 1 | Cell 2 | Cell 3 |
| Bold | Italic | Code |
Horizontal Rule
Line Breaks
This is the first line.
This is the second line (with two trailing spaces).
This is a new paragraph.
Escaping Characters
* Not a bullet *
_ Not italic _
` Not code _
# Not a heading #
\ Backslash itself \
Footnotes
Here is a footnote reference^1 and another one^2.
^1: This is the first footnote.
^2: This is the second footnote with multiple lines.
Indent paragraphs to include them in the footnote.
Definition Lists (extension)
Term 1
: Definition 1
Term 2
: Definition 2a
: Definition 2b
Abbreviations (extension)
HTML is a markup language.
*[HTML]: HyperText Markup Language
Emoji (extension)
:smile: :heart: :thumbsup: :rocket: :tada:
Subscript and Superscript (extension)
H~2~O is a liquid.
2^10^ equals 1024.
Math (extension)
Inline math: $E = mc^2$
Block math:
$$
\frac{n!}{k!(n-k)!} = \binom{n}{k}
$$
$$
\sum_{i=1}^{n} i = \frac{n(n+1)}{2}
$$
Keyboard Keys (extension)
Press Ctrl + C to copy.
Press Enter to submit.
Inline HTML
Red text via inline HTML
Bold via HTML and italic via HTML
Click to expand
Hidden content inside details element.
Mixed Content
Note: This blockquote contains a
code span, a link, and bold text.
- List item with
inline code - List item with a link
- List item with:
- Nested bullet
- Another nested bullet with bold
| Feature | Supported |
|---|---|
| Headings | ✓ |
| Bold/Italic | ✓ |
| Code blocks | ✓ |
| Tables | ✓ |
| Task lists | ✓ |
| Footnotes | ✓ |
End of markdown test file.