All Blocks

Last updated by DZUSILL

All Blocks — Kitchen Sink

This page exercises every block and mark the renderer supports — strikethrough, inline code, an external link, and an internal wiki link.

Line one.
Line two, after a hard break.

Headings

This is a level-3 heading

Lists

  • Bullet item one

  • Bullet item two

  1. Ordered item one

  2. Ordered item two

  • Completed task

  • Pending task

Blockquote

The best way to predict the future is to build it.

Code block

function greet(name: string): string {
  return `Hello, ${name}!`;
}

Callouts

Info callout — general information.

Warning callout — proceed with caution.

Danger callout — this action cannot be undone.

Success callout — everything worked.

Table

Rank

Price

Perks

VIP

$5

Colored name

MVP

$10

Fly in the hub

Divider


Image

Placeholder image
A placeholder image with a caption

Video embed

Was this page helpful?