123 123
基础文本样式
粗体文本 — 使用 **文本**
斜体文本 — 使用 *文本*
删除线文本 — 使用 ~~文本~~
下划线文本 — 使用下划线格式
行内代码 — 使用反引号包裹
粗体 + 斜体 — 组合使用
粗体 + 删除线 — 组合使用
文本颜色
红色文本 橙色文本 黄色文本 绿色文本 蓝色文本 紫色文本 粉色文本 棕色文本 灰色文本
背景高亮色
红色背景 橙色背景 黄色背景 绿色背景 蓝色背景 紫色背景 粉色背景 棕色背景 灰色背景
标题层级
一级标题(H1)
二级标题(H2)
三级标题(H3)
列表类型
无序列表
- 项目一
- 项目二
- 嵌套项目
- 更深层嵌套
- 嵌套项目
有序列表
- 第一步
- 第二步
- 子步骤 A
- 子步骤 B
待办列表
引用块
这是一段引用文本,适合用来强调重要信息或摘录内容。
折叠块(Toggle)
▶点击展开查看更多内容
这里是折叠块内的隐藏内容,展开后才能看到。
▶折叠标题
折叠标题可以收纳子内容,非常适合组织长文档。
提示框(Callout)
链接与提及
普通超链接 — 使用 [文本](URL)
日期提及:2026-03-04
代码块
# Python 示例
def hello():
print("Hello, Notion!")
// JavaScript 示例
const greet = () => console.log("Hello, Notion!");
数学公式
行内公式:$E = mc^2$
块级公式:
表格
| 格式名称 | 语法 | 效果 |
|---|---|---|
| 粗体 | **文本** | 文本 |
| 斜体 | *文本* | 文本 |
| 删除线 | ~~文本~~ | |
| 行内代码 | 代码 | 代码 |
分栏布局
1
1
2
3
4
5
2123123
分隔线
使用 --- 即可插入分隔线(如上方所示)。
目录
目录
以上涵盖了 Notion 中所有主要的文本与块级格式类型 🎉
Basic Text Styles
Bold text — Use **text**
Italic text — Use *text*
Strikethrough text — Use ~~text~~
Underlined text — Use underline formatting
Inline code — Wrap with backticks
Bold + Italic — Use combination
Bold + Strikethrough — Use combination
Text Color
Red text Orange text Yellow text Green text Blue text Purple text Pink text Brown text Gray text
Background Highlight Color
Red background Orange background Yellow background Green background Blue background Purple background Pink background Brown background Gray background
Heading Levels
Heading 1 (H1)
Heading 2 (H2)
Heading 3 (H3)
List Types
Unordered List
- Item one
- Item two
- Nested item
- Deeper nesting
- Nested item
Ordered List
- Step one
- Step two
- Sub-step A
- Sub-step B
Todo List
Blockquote
This is a quoted text, suitable for emphasizing important information or excerpts.
Toggle (Collapsible)
▶Click to expand for more content
This is hidden content inside the toggle, visible only after expansion.
▶Collapsible Heading
Collapsible headings can收纳子内容,非常适合组织长文档。
Callout Box
Links & Mentions
Regular hyperlink — Use [text](URL)
Date mention: 2026-03-04
Code Blocks
# Python example
def hello():
print("Hello, Notion!")
// JavaScript example
const greet = () => console.log("Hello, Notion!");
Math Equations
Inline equation: $E = mc^2$
Block equation:
Tables
| Format Name | Syntax | Effect |
|---|---|---|
| Bold | **text** | text |
| Italic | *text* | text |
| Strikethrough | ~~text~~ | |
| Inline code | code | code |
Column Layout
1
1
2
3
4
5
2123123
Divider
Use --- to insert a divider line (as shown above).
Table of Contents
Table of Contents
- Basic Text Styles
- Text Color
- Background Highlight Color
- Heading Levels
- Level 1 Heading (H1)
- Level 2 Heading (H2)
- Level 3 Heading (H3)
- List Types
- Unordered List
- Ordered List
- To-do List
- Quote Block
- Toggle Block
- Callout Block
- Links and Mentions
- Code Block
- Mathematical Formulas
- Table
- Column Layout
- Divider
- Table of Contents
The above covers all major text and block-level format types in Notion 🎉