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>

Mentions

User Mention

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

Hello :notion-mention-user:`fc820d21-80ec-4d06-878c-f991bc8070d2` there!

</aside>

<aside> πŸ’‘ Output

Hello @Adam Dangoor there!

</aside>

</aside>

Page Mention

<aside> πŸ’‘ Example

<aside> πŸ’‘ Code

See :notion-mention-page:`2a19ce7b60a4807dbae7c12161f12056` for more details.

</aside>

<aside> πŸ’‘ Output

See β€£ for more details.

</aside>

</aside>