Skip to main content

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
  1. Ordered item one
  2. Ordered item two
    1. Nested item
    2. Nested item
  • Unchecked task
  • Checked task

Table

MethodEndpointDescription
GET/usersList users
POST/usersCreate 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

Horizontal rule above, and inline HTML

Text colored with a design token, to sanity-check custom.css imports.