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:
- Step one
- Step two
- Step three
Heading 4
Inline code looks like this. Here’s a code block:
$ pd4castr login
$ pd4castr fetch --config blah.pd4castrrc.jsonfrom 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 1 | Column 2 | Column 3 |
|---|---|---|
| Row 1 A | Row 1 B | Row 1 C |
| Row 2 A | Row 2 B | Row 2 C |
| Row 3 A | Row 3 B | Row 3 C |
Heading 6
The horizontal rule above separates this section.
Here’s an image:
And that’s all the MDX components!