Heading 1 with bold

Some text with a link to Google and https://example.com.

This is bold and italic and inline code.

<aside> 📝 This is an important note that demonstrates the note admonition support.

Some nested content:

<aside> ⚠️ This is a warning that demonstrates the warning admonition support.

"""Python code nested in an admonition."""

def hello_world() -> int:
    """Return the answer."""
    return 42

hello_world()

<aside> ⚠️ This is a warning that demonstrates the warning admonition support.

<aside> ⚠️ This is a warning that demonstrates the nested admonition support.

<aside> ⚠️ This is a warning that demonstrates the even deeper admonition support.

</aside>

</aside>

</aside>

</aside>

<aside> 💡 This is a helpful tip that demonstrates the tip admonition support.

</aside>

"""Python code."""

def hello_world() -> int:
    """Return the answer."""
    return 42

hello_world()
$ pip install sphinx-notionbuilder

Some key features:

Heading 2 with italic

Heading 3 with inline code