Markdown Guide

This page covers all supported markdown features including headings, code blocks, and alerts.

Headings

Use # through ###### for heading levels 1–6. Headings automatically generate anchor links for deep-linking.

Code blocks

Fenced code blocks support syntax highlighting for 40+ languages. Add a title with the title meta:

Markdown
```js title="hello.js"
console.log("Hello, world!");
```

Renders as:

hello.js
console.log("Hello, world!");

Alerts

GitHub-style markdown alerts are supported:

Note

Useful information that users should know.

Tip

Helpful advice for doing things better or more easily.

Warning

Urgent info that needs immediate attention to avoid problems.

Tables

Feature Free Pro
Wiki pages 10
Custom themes