标题1

标题2

标题3

标题4

标题5

文本样式

粗体文本 粗体文本(下划线)

斜体文本 斜体文本(下划线)

粗斜体文本 粗斜体文本(下划线)

删除线文本

下划线文本

高亮文本

这是 行内代码 示例。


列表

无序列表

  • 项目 1
  • 项目 2
    • 嵌套项目 2.1
    • 嵌套项目 2.2
  • 项目 3
  • 星号项目 1
  • 星号项目 2
  • 加号项目 1
  • 加号项目 2

有序列表

  1. 第一项
  2. 第二项
    1. 嵌套第二项 2.1
    2. 嵌套第二项 2.2
  3. 第三项

任务列表

  • 已完成任务
  • 未完成任务
  • 待办事项 1
    • 子任务 1.1
    • 子任务 1.2

链接

普通链接

带标题的链接

https://直接链接.com

相对路径链接

引用链接


Latex 公式

行内公式 \mathcal{D}_{\gamma,\eta,\rho,n}(p_i)=\left\{T\prod_{i=1}^{n}{p_i}+\text{CRT}_{(p_i)}(r_i)\mid T\in\mathbb{Z}\cap\left[2^{\gamma-1}/\prod_{i=1}^{n}{p_i},2^{\gamma}/\prod_{i=1}^{n}{p_i}\right),r_i\sim\chi_{\rho}\right\}

公式块

\mathcal{D}_{\gamma,\eta,\rho,n}(p_i)=\left\{T\prod_{i=1}^{n}{p_i}+\text{CRT}_{(p_i)}(r_i)\mid T\in\mathbb{Z}\cap\left[2^{\gamma-1}/\prod_{i=1}^{n}{p_i},2^{\gamma}/\prod_{i=1}^{n}{p_i}\right),r_i\sim\chi_{\rho}\right\}

代码块

def hello_world(name: str) -> str:
    return f"{name} say: hello world"

print(hello_world("mike"))
function prepareGallery() {
  const imgs = document.querySelector("#mainbar").querySelectorAll("img");
  imgs.forEach((img) => {
    img.setAttribute("data-fancybox", "gallery");
  });
}

GFM Alert 消息

Note

NOTE 消息测试

Caution

CAUTION 消息测试

Important

IMPORTANT 消息测试

Warning

WARNING 消息测试

Tip

TIP 消息测试

表格

任务名称 任务内容 负责人
任务 #10086 测试文本 测试文本 小明
任务 ABC 测试 测试 test test Mike John

图片

外部图片

外部图片

本地图片

绝对路径

本地图片(绝对路径)

相对路径

本地图片(相对路径)

flowchart LR
    A[用户] --> B[Web服务器]
    B --> C[数据库]