Mist: minimalism at the hairline weight
Mist keeps everything at a whisper: hairline rules, a light title weight, and gray-blue restraint. Below is a complete sample rendered in it.
What does the Mist theme look like?
This is a complete sample report rendered in Mist: the exact output the editor downloads, embedded here unmodified.
What does every element look like in Mist?
Every markdown building block, one at a time: the raw markdown on the left, that exact snippet rendered in Mist on the right.
Headings
Markdown
# Quarterly report ## Revenue summary ### Regional breakdown #### North America
Mist
Quarterly report
Revenue summary
Regional breakdown
North America
Text
Markdown
The rollout finished on schedule, and adoption **exceeded projections** within the first week. Support tickets stayed *manageable* throughout, thanks to the `deploy.sh` script.
Mist
The rollout finished on schedule, and adoption exceeded projections within the first week. Support tickets stayed manageable throughout, thanks to the deploy.sh script.
Links
Markdown
Read the [full changelog](https://example.com/changelog) or check the [migration guide](https://example.com/migrate) before upgrading.
Mist
Read the full changelog or check the migration guide before upgrading.
Unordered list
Markdown
- Draft the proposal - Circulate for feedback - Ship the final version
Mist
- Draft the proposal
- Circulate for feedback
- Ship the final version
Ordered list
Markdown
1. Clone the repository 2. Install dependencies 3. Run the test suite
Mist
- Clone the repository
- Install dependencies
- Run the test suite
Nested list
Markdown
- Frontend - Component library - Routing - Backend - Database schema - API endpoints
Mist
- Frontend
- Component library
- Routing
- Backend
- Database schema
- API endpoints
Task list
Markdown
- [x] Write the proposal - [x] Get sign-off from legal - [ ] Schedule the launch
Mist
Blockquote
Markdown
> Ship small, ship often, and let the data tell you when to stop.
Mist
Ship small, ship often, and let the data tell you when to stop.
Code block
Markdown
```ts
export function total(items: number[]): number {
return items.reduce((sum, n) => sum + n, 0)
}
```
Mist
export function total(items: number[]): number {
return items.reduce((sum, n) => sum + n, 0)
}
Table
Markdown
| Quarter | Revenue | Growth | |---------|---------|--------| | Q1 | $2.1M | 12% | | Q2 | $2.6M | 24% |
Mist
| Quarter | Revenue | Growth |
|---|---|---|
| Q1 | $2.1M | 12% |
| Q2 | $2.6M | 24% |
Footnote
Horizontal rule
Markdown
The first half closed strong. --- The second half opened even stronger.
Mist
The first half closed strong.
The second half opened even stronger.
Image
Markdown

Mist
Math
Markdown
The compound growth rate is $r = (V_f/V_i)^{1/n} - 1$.
Averaged across all quarters:
$$\bar{r} = \frac{1}{n}\sum_{i=1}^{n} r_i$$
Mist
The compound growth rate is .
Averaged across all quarters:
Mermaid diagram
Markdown
```mermaid graph TD A[Draft] --> B[Review] B --> C[Publish] ```
Mist
Who is the Mist theme for?
Design documents, product notes, and portfolios of thought; for readers who consider heavy borders a personal insult.
Which themes pair well with it?
- Swiss: Strategy memos, design documents, and briefs for readers who notice typography. When in doubt between “more” and “less”, Swiss is the “less”.
- Airy: Manifestos, letters, and short strategy notes
Part of the Minimal & Clean collection: see the rest of the category.
100% in your browser · no upload · free · no sign-up