Skip to content

Divider

Visual break between sections. Simple horizontal rule.

Syntax

---

Three or more hyphens on their own line.

Examples

## Section A

Content here.

---

## Section B

More content below the divider.

Builder

from notionary.markdown import MarkdownBuilder

markdown = (MarkdownBuilder()
  .h2("Setup")
  .paragraph("Initial steps.")
  .divider()
  .h2("Advanced")
  .paragraph("Complex configuration.")
  .build())

Notion API Reference

For the official Notion API reference on divider blocks, see https://developers.notion.com/reference/block#divider