Markdown 基础语法
标题层级
三级标题
四级标题
五级标题
六级标题
分割线
列表
无序列表
- 一级
- 二级
- 三级
- 四级
- 三级
- 二级
有序列表
- 第一项
- 子项
- 子项
- 第二项
任务列表
- 已完成
- 未完成
行内样式
加粗
斜体
删除线
行内代码
加粗 + 代码 + 斜体
引用块
一级引用
二级引用
三级引用
代码块
using System;
Console.WriteLine("Hello World!");print("Hello World")const a: number = 1old linenew lineconst a = 1const b = 2表格
| 表头 | 表头 | 表头 | | | : |—: | | 左对齐 | 居中 | 右对齐 | | 内容很长很长很长 | 内容 | 内容 |
| 字段 | 示例 |
| ---- ||
| 代码 | const a = 1 |
| 多行 | 你好呀
这里是shenxianovo |
链接
图片
HTML
Bilibili:
YouTube:
数学公式
行内公式:
脚注
这是一个脚注示例1
Fuwari 扩展
GitHub Repo 卡片
使用::github{repo="<owner>/<repo>"}创建一个 GitHub Repo 卡片。
告示框 | Admonition
支持以下syntax: note tip important warning caution
NOTEHighlights information that users should take into account, even when skimming.
TIPOptional information to help a user be more successful.
IMPORTANTCrucial information necessary for users to succeed.
WARNINGCritical content demanding immediate user attention due to potential risks.
CAUTIONNegative potential consequences of an action.
使用方法如下:
:::noteHighlights information that users should take into account, even when skimming.:::
:::tipOptional information to help a user be more successful.:::还可以自定义标题
MY CUSTOM TITLEThis is a note with a custom title.
:::note[MY CUSTOM TITLE]This is a note with a custom title.:::GitHub Syntax
TIPThe 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
The content :spoiler[is hidden **ayyy**]!Footnotes
-
这是脚注内容 ↩