Markdown语法

Markdown语法

文本标记语言, 专注于内容而非排版

Blockquotes 引用块

这是引用的文字

Don’t communicate by sharing memory, share memory by communicating.

Rob Pike1

Alerts 警报

[!NOTE]
Useful information that users should know, even when skimming content.

[!TIP]
Helpful advice for doing things better or more easily.

[!IMPORTANT]
Key information users need to know to achieve their goal.

[!WARNING]
Urgent info that needs immediate user attention to avoid problems.

[!CAUTION]
Advises about risks or negative outcomes of certain actions.

表格

Name Age
Bob 27
Alice 23

表格的对齐方式: 居中 :–: 居左 :– 居右 –:

列表

Ordered List 有序列表

  1. First item
  2. Second item
  3. Third item

Unordered List 无序列表

  • List item
  • Another item
  • And another item

Task list 任务清单

  • Write documentation
  • Review code
  • Deploy changes

Mermaid 图

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

文本特效

粗体一还好吧

高亮==显示内容==

斜体一,注意不要留空格

__粗体-一__是么

这是_斜体-二_么

内容上添加删除横线,被删除的内容

阶段

Step 1

This is the first step.

Step 2

This is the second step.


  1. The above quote is excerpted from Rob Pike’s talk ↩︎

Licensed under CC BY-NC-SA 4.0
转载或引用本文时请遵守许可协议,知会作者并注明出处
不得用于商业用途!
最后更新于 2025-10-21 00:00 UTC