Breadcrumb¶
Navigation trail showing page location in workspace hierarchy. Auto‑generated by Notion.
Syntax¶
Examples¶
Builder¶
from notionary.markdown import MarkdownBuilder
markdown = (MarkdownBuilder()
.breadcrumb()
.h1("User Guide")
.paragraph("Documentation content.")
.build())
Reference¶
Notion API Reference
For the official Notion API reference on breadcrumb blocks, see the official notion doc https://developers.notion.com/reference/block#breadcrumb