653 B
653 B
title, date, tags, summary
| title | date | tags | summary | |||
|---|---|---|---|---|---|---|
| Margin Garden Example | 2025-08-17T10:00:00Z |
|
A demo post showing margin notes, code blocks, and theme toggling. |
This is a short example of the Margin Garden style. We'll use a footnote for a margin note.1
Code sample
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));
Blockquotes should look refined:
Good design is as little design as possible.
A list with tags-like styling:
hugothemecatppuccin
And an inline code const x = 1 example.
-
This footnote appears as a margin note on wide screens. ↩︎