LANG://

Markdown Components

A live showcase of every prose alias.

All components use lowercase aliases — never U-prefixed PascalCase names inside markdown.

Callouts

Note — a neutral informational callout.
Tip — helpful advice.
Warning — proceed with caution.
Caution — potential issues ahead.
Custom callout — fully tunable with icon and color props.

Cards

Card Title

Card body content goes here. Optional to prop makes it a link.

Card One

First card in a group.

Card Two

Second card in a group.

Accordion

Tabs

Content for tab A. Note the triple colons for nesting inside ::tabs.

Steps

Step one

First step description.

Step two

Second step description.

Step three

Third step description.

Code Blocks

bun install
function longFunction() {
  // This block is collapsed by default
  return true
}

Inline Components

This text has an inline icon next to it.

Ctrl+K is the keyboard shortcut.

Badge

This is a badge

Collapsible