123 123

基础文本样式

粗体文本 — 使用 **文本**

斜体文本 — 使用 *文本*

删除线文本 — 使用 ~~文本~~

下划线文本 — 使用下划线格式

行内代码 — 使用反引号包裹

粗体 + 斜体 — 组合使用

粗体 + 删除线 — 组合使用


文本颜色

红色文本 橙色文本 黄色文本 绿色文本 蓝色文本 紫色文本 粉色文本 棕色文本 灰色文本


背景高亮色

红色背景 橙色背景 黄色背景 绿色背景 蓝色背景 紫色背景 粉色背景 棕色背景 灰色背景


标题层级

一级标题(H1)

二级标题(H2)

三级标题(H3)


列表类型

无序列表

  • 项目一
  • 项目二
    • 嵌套项目
      • 更深层嵌套

有序列表

  1. 第一步
  2. 第二步
    1. 子步骤 A
    2. 子步骤 B

待办列表

未完成任务
已完成任务
嵌套子任务

引用块

这是一段引用文本,适合用来强调重要信息或摘录内容。

折叠块(Toggle)

点击展开查看更多内容

这里是折叠块内的隐藏内容,展开后才能看到。

  • 可以包含列表
  • 也支持富文本格式
  • 折叠标题

    折叠标题可以收纳子内容,非常适合组织长文档。


    提示框(Callout)

    💡
    提示: 这是一个黄色提示框,适合用于提醒和注意事项。
    ⚠️
    警告: 这是一个橙色警告框。
    成功: 这是一个绿色成功框。
    错误: 这是一个红色错误框。
    ℹ️
    信息: 这是一个蓝色信息框。

    链接与提及

    普通超链接 — 使用 [文本](URL)

    日期提及:2026-03-04


    代码块

    # Python 示例
    def hello():
        print("Hello, Notion!")
    // JavaScript 示例
    const greet = () => console.log("Hello, Notion!");

    数学公式

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

    块级公式:

    \sum_{i=1}^{n} i = \frac{n(n+1)}{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

    Ordered List

    1. Step one
    2. Step two
      1. Sub-step A
      2. Sub-step B

    Todo List

    Incomplete task
    Completed task
    Nested subtask

    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.

  • Can contain lists
  • Also supports rich text formatting
  • Collapsible Heading

    Collapsible headings can收纳子内容,非常适合组织长文档。


    Callout Box

    💡
    Tip: This is a yellow callout box, suitable for reminders and notes.
    ⚠️
    Warning: This is an orange warning box.
    Success: This is a green success box.
    Error: This is a red error box.
    ℹ️
    Info: This is a blue information 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:

    \sum_{i=1}^{n} i = \frac{n(n+1)}{2}

    Tables

    Format NameSyntaxEffect
    Bold**text**text
    Italic*text*text
    Strikethrough~~text~~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


    The above covers all major text and block-level format types in Notion 🎉