On this page
· 3 min read
Kitchen Sink
This is the single markdown regression page for the React example. It gives you one obvious place to verify alerts, math, GFM, code block chrome, and prose styling in the rendered output.
For how this example is wired, use the rest of the guide: content collections, SSG entry, layouts, Vite config, and search integration are documented there.
Note
This page intentionally stacks many features. In real docs, prefer focused content and use a page like this only for regression coverage.
GFM mix
| Feature | Example |
|---|---|
| Strikethrough | |
| Task list | See below |
- Task done
- Task open
Alerts
Tip
Short tip callout.
Important
Important callout.
Warning
Warning callout.
Caution
Caution callout.
Code blocks
Titled frame + line highlight:
export function one() { return 2;}Collapsed boilerplate:
keep();hidden();hidden();tail();Tabs (consecutive titled fences):
export type Box = { v: number };Box = {"v": 0}Diff-style fence:
- const port = 3000+ const port = Number(process.env.PORT) || 3000Math
Inline
Big-O line in prose: sorting is often
Quotes and prose
Outer quote
Nested level
“It’s fine” to rely on smart typography---within prose, not inside code.
Quick reference
| Feature | Syntax hint |
|---|---|
| Bold | **x** |
| Inline math | $x$ |
| Alert | > [!NOTE] |
| Code title | fenced block with title="..." meta |
| Collapse | fenced block with collapse={...} meta |
Footnotes
Pagesmith keeps footnotes working across the example builds1.
This is the only markdown showcase page in this example. The rest of the guide explains the implementation.
Footnotes
-
This is a lightweight regression check for the shared markdown pipeline. ↩