Heading 1

This is a paragraph with bold text and italic text mixed together. Here’s a link to somewhere in the middle of text.

Heading 2

This is a blockquote. It should have a left border and italic styling.

Heading 3

Here’s an unordered list:

  • First item
  • Second item
  • Third item with bold

And an ordered list:

  1. Step one
  2. Step two
  3. Step three

Heading 4

Inline code looks like this. Here’s a code block:

$ pd4castr login
$ pd4castr fetch --config blah.pd4castrrc.json
from pd4castr_api_sdk import Client
 
client = Client(
    client_id="my-client-id",
    client_secret="my-client-secret",
)
 
models = client.get_models()
print(f"Found {len(models)} models")
 
client.close()
Heading 5

Here’s a table:

Column 1Column 2Column 3
Row 1 ARow 1 BRow 1 C
Row 2 ARow 2 BRow 2 C
Row 3 ARow 3 BRow 3 C
Heading 6

The horizontal rule above separates this section.

Here’s an image:

Logo

And that’s all the MDX components!