> For the complete documentation index, see [llms.txt](https://notes.milesbudden.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.milesbudden.com/master.md).

# Initial page

This is a test page

$$
\Pi = \frac{-b\pm-sqrt{b^2-4ac}}{2a}
$$

{% tabs %}
{% tab title="Plain Text" %}

```bash
python test.py
```

{% endtab %}

{% tab title="Python file" %}
{% code title="test.py" %}

```python
print("Hello world!")
```

{% endcode %}
{% endtab %}
{% endtabs %}
