410 字
2 分钟
博客样式预览
2026-03-23
无标签

Markdown 基础语法#

标题层级#

三级标题#

四级标题#

五级标题#
六级标题#

分割线#


列表#

无序列表#

  • 一级
    • 二级
      • 三级
        • 四级

有序列表#

  1. 第一项
    1. 子项
    2. 子项
  2. 第二项

任务列表#

  • 已完成
  • 未完成

行内样式#

加粗
斜体
删除线
行内代码

加粗 + 代码 + 斜体

引用块#

一级引用

二级引用

三级引用

代码块#

using System;
Console.WriteLine("Hello World!");
print("Hello World")
const a: number = 1
old line
new line
const a = 1
const b = 2

表格#

| 表头 | 表头 | 表头 | | | : |—: | | 左对齐 | 居中 | 右对齐 | | 内容很长很长很长 | 内容 | 内容 |

| 字段 | 示例 | | ---- || | 代码 | const a = 1 | | 多行 | 你好呀
这里是shenxianovo |

链接#

普通链接
https://github.com/shenxianovo

图片#

示例图片

HTML#

红色的字

Bilibili:

YouTube:

数学公式#

行内公式:E=mc2E = mc^2

01x2dx\int_0^1 x^2 dx

脚注#

这是一个脚注示例1

Fuwari 扩展#

GitHub Repo 卡片#

shenxianovo
/
Heartbeat
Waiting for api.github.com...
00K
0K
0K
Waiting...

使用::github{repo="<owner>/<repo>"}创建一个 GitHub Repo 卡片。

告示框 | Admonition#

支持以下syntax: note tip important warning caution

NOTE

Highlights information that users should take into account, even when skimming.

TIP

Optional information to help a user be more successful.

IMPORTANT

Crucial information necessary for users to succeed.

WARNING

Critical content demanding immediate user attention due to potential risks.

CAUTION

Negative potential consequences of an action.

使用方法如下:

:::note
Highlights information that users should take into account, even when skimming.
:::
:::tip
Optional information to help a user be more successful.
:::

还可以自定义标题

MY CUSTOM TITLE

This is a note with a custom title.

:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::

GitHub Syntax#

TIP

The GitHub syntax is also supported.

> [!NOTE]
> The GitHub syntax is also supported.
> [!TIP]
> The GitHub syntax is also supported.

Spoiler#

You can add spoilers to your text. The text also supports Markdown syntax.

The content is hidden ayyy!

The content :spoiler[is hidden **ayyy**]!

Footnotes#

  1. 这是脚注内容

博客样式预览
https://blog.shenxianovo.com/posts/markdown/
作者
shenxianovo
发布于
2026-03-23
许可协议
CC BY-NC-SA 4.0