Heading 1 with bold

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

This is bold and italic and inline code.

This text has strike formatting and deleted text as well.

Colored Text

The builder supports colored text using sphinxcontrib-text-styles:

This is red text, blue text, green text, yellow text, orange text, purple text, pink text, brown text, and gray text.

<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>

<aside> 👀 This is an attention admonition that requires your attention.

</aside>

<aside> ⚠️ This is a caution admonition that warns about potential issues.

</aside>

<aside> 🚨 This is a danger admonition that indicates a dangerous situation.

</aside>

<aside> ❌ This is an error admonition that shows error information.

</aside>

<aside> 💡 This is a hint admonition that provides helpful hints.

</aside>

<aside> ❗ This is an important admonition that highlights important information.

</aside>

<aside> 💬 Custom Admonition Title

This is a generic admonition with a custom title. You can use this for any type of callout that doesn’t fit the standard admonition types.

It supports all the same features: