Design
你好
nihao
Category
Design
Published
January 28, 2026
Read
8 min
Noise is not only visual. It is cognitive. A clean surface can still hide a confusing journey if people cannot predict what will happen next.
Design systems should encode decisions about hierarchy and pacing, not just colors and spacing. Clarity appears when users can always answer: what is this, what changed, and what should I do now.
Markdown Test Suite
Use this section to verify Markdown rendering across common constructs.
Text
This sentence includes italic, bold, bold italic, strikethrough, inline code, and a link.
Escaped characters: *not italic* and _not italic_.
Lists
- Unordered item
- Nested item
- Another nested item
- Item with
inline code
- Ordered item
- Second item
- Nested ordered item
- Task list item
- Completed task
Quote
A blockquote can span multiple lines.
- It can include lists.
- It preserves structure.
Code
export function greet(name) {
return `Hello, ${name}!`;
}
# Shell example
echo "Hello from bash"
Table
| Feature | Example | Notes |
|---|---|---|
| Emphasis | bold | Strong text |
| Code | inline | Mono |
| Link | Example | External |
Media

Misc
H2O and x2. Here is a footnote reference.1
Expandable HTML
This is hidden until expanded. It still supports markdown.
Footnotes
-
Footnote text for testing. ↩
Next article
