Table of contents
Text and links
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 A github mention link:
A github preview link:
A normal link: https://www.nicolauscg.com/
Images
A a full width, notion hosted image (one that is uploaded from local)

Non-full width, notion hosted image with caption

An image from unsplash
Quote
This is an example quote.
Toggle
This is a toggle.
This content is hidden. 🤫
Callout
Do you have an idea?
Divider
Bookmark
Code
Javascript multiline
const Example = () => ( <div style={{ maxWidth: 768 }}> <NotionRenderer blockMap={blockMap} /> </div> );
Golang single line
fmt.Println("hello")
Lists
unordered
- first
- second
- third
numbered
- A
- B and a single line code block
hello world
- C and inline code:
abc