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:
- First level item in note
- Another first level item
- Another first level item
- Second level nested in note
- Another second level item
- Third level nested in note (deep!)
- Another third level item
- Fourth level nested in note (very deep!)
- Another fourth level item
- Another fourth level item
- Fifth level nested in note (extremely deep!)
- Another fifth level item
- Back to fourth level in note
- Back to third level in note
- Back to second level in note
- Back to first level in note
</aside>
<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>
- Click to expand this section
- Another collapsible section
"""Python code."""
def hello_world() -> int:
"""Return the answer."""
return 42
hello_world()
$ pip install sphinx-notionbuilder
Some key features:
- Easy integration with Sphinx
- Converts RST to Notion-compatible format
- Supports nested bullet points (new!)
- Deep nesting now works with multiple levels
- Third level nesting is now supported
- Fourth level also works
- Fifth level nesting works too!
- The upload script handles deep nesting automatically
- Back to third level
- Back to second level
- Supports code blocks with syntax highlighting
- Handles headings, links, and formatting
- Works with bullet points like this one
- Now supports note, warning, and tip admonitions!
Heading 2 with italic
Heading 3 with inline code