Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Blocks

Code Blocks

Basic Code Block

def hello_world():
    print("Hello, World!")
    return True
def hello_world():
    print("Hello, World!")
    return True

This is a caption for my code block!

Code Block with Line Numbers

1
2
3
def calculate_sum(a, b):
    result = a + b
    return result

Blockquotes

Basic blockquote for quoted text.

The best way to predict the future is to invent it.

Alan Kay

Cards

Card Title

Basic card with content.

Card 1

First card.

Card 2

Second card.

Grids

Column 1

Column 2

Column 3

Click to Expand

Hidden content inside dropdown.

Tabs

Tab 1
Tab 2

Content for tab 1

Math

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}

Mermaid

IFrame

Here’s an iframe with a title