Basic Blocks
Text
All kinds of text styling options are supported. Basic rich text formatting options.
text
blocks are akin to HTML <p>
tags. Text blocks also support a variety of Image
Quote
This is an example quote.
Toggle
This is a toggle.
This content is hidden. 🤫
Callout
Code Snippet
Divider
Bookmark
Code
const Example = () => ( <div style={{ maxWidth: 768 }}> <NotionRenderer blockMap={blockMap} /> </div> );