Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Regular paragraph text. The quick brown fox jumps over the lazy dog. Bold text, italic text, bold italic, strikethrough, and inline code.
A link to somewhere and a link that has visited state.
Blockquote. The quick brown fox jumps over the lazy dog.
Lists
- Unordered item one
- Unordered item two
- Nested item
- Nested item
- Ordered item one
- Ordered item two
- Nested item
- Nested item
- Unchecked task
- Checked task
Table
| Method | Endpoint | Description |
|---|---|---|
| GET | /users | List users |
| POST | /users | Create a user |
| DELETE | /users/{id} | Delete a user |
Code block
function greet(name) {
return `Hello, ${name}!`;
}
Admonitions
note
This is a note.
tip
This is a tip.
info
This is info.
warning
This is a warning.
danger
This is danger.
API method badges
Class names below assume the .api-method > .menu__link sidebar styling — these render correctly only in the actual sidebar, not inline, but listed here as a reference of what to check.
.get.post.put.patch.delete