Heading 1 with bold

Comments

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

.. This is a comment that demonstrates comment support.
   Comments should not appear in the final output.

</aside>

<aside> πŸ’‘ Output

</aside>

</aside>

Text Formatting

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

This is **bold** and *italic* and ``inline code``.

This text has :strike:`strike` formatting and :del:`deleted text` as well.

The builder supports colored text using `sphinxcontrib-text-styles <https://sphinxcontrib-text-styles.readthedocs.io/>`_:

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

The builder also supports background colors using `sphinxcontrib-text-styles <https://sphinxcontrib-text-styles.readthedocs.io/>`_:

This is :bg-red:`red background text`, :bg-blue:`blue background text`, :bg-green:`green background text`, :bg-yellow:`yellow background text`, :bg-orange:`orange background text`, :bg-purple:`purple background text`, :bg-pink:`pink background text`, :bg-brown:`brown background text`, and :bg-gray:`gray background text`.

The builder supports additional text styles: :text-bold:`bold text`, :text-italic:`italic text`, :text-mono:`monospace text`, :text-strike:`strikethrough text`, and :text-underline:`underlined text`.

The builder supports keyboard shortcuts using the standard ``:kbd:`` role: Press :kbd:`Ctrl+C` to copy, :kbd:`Ctrl+V` to paste.

The builder supports file paths using the standard ``:file:`` role: Edit the :file:`config.py` file or check :file:`/etc/hosts`.

</aside>

<aside> πŸ’‘ Output

This is bold and italic and inline code.

This text has strike formatting and deleted text as well.

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.

The builder also supports background colors using sphinxcontrib-text-styles:

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

The builder supports additional text styles: bold text, italic text, monospace text, strikethrough text, and underlined text.

The builder supports keyboard shortcuts using the standard :kbd: role: Press Ctrl+C to copy, Ctrl+V to paste.

The builder supports file paths using the standard :file: role: Edit the config.py file or check /etc/hosts.

</aside>

</aside>

Links

Link with a title

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

Link to `Google <https://google.com>`_

</aside>

<aside> πŸ’‘ Output

Link to Google

</aside>

</aside>

Link with no title

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

Link to `<https://google.com>`_

</aside>

<aside> πŸ’‘ Output

Link to https://google.com

</aside>

</aside>

Link to Notion

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

Link to `Notion page with title <https://www.notion.so/Other-page-2a19ce7b60a4807dbae7c12161f12056>`_

Link to Notion page without title `<https://www.notion.so/Other-page-2a19ce7b60a4807dbae7c12161f12056>`_

</aside>

<aside> πŸ’‘ Output

Link to Notion page with title

Link to Notion page without title https://www.notion.so/Other-page-2a19ce7b60a4807dbae7c12161f12056

</aside>

</aside>

Link to Notion Page Block

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

.. notion-link-to-page:: 2a19ce7b60a4807dbae7c12161f12056

</aside>

<aside> πŸ’‘ Output

</aside>

</aside>

Admonitions

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

.. note::

   This is a note that demonstrates the note admonition support.

.. warning::

   This is a warning that demonstrates the warning admonition support.

.. tip::

   This is a helpful tip that demonstrates the tip admonition support.

.. attention::

   This is an attention admonition that requires your attention.

.. caution::

   This is a caution admonition that warns about potential issues.

.. danger::

   This is a danger admonition that indicates a dangerous situation.

.. error::

   This is an error admonition that shows error information.

.. hint::

   This is a hint admonition that provides helpful hints.

.. important::

   This is an important admonition that highlights important information.

.. admonition:: 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.

</aside>

<aside> πŸ’‘ Output

<aside> πŸ“ This is a note that demonstrates the note admonition support.

</aside>

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

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

</aside>

</aside>

</aside>

Collapsible Content

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

.. collapse:: Click to expand this section

   This content is hidden by default and can be expanded by clicking the toggle.

   It supports **all the same formatting** as regular content.

</aside>

<aside> πŸ’‘ Output

</aside>

Dividers