Markdown Showcase
This post exercises the common Markdown elements so you can see how the theme renders a real article on the dotted page.
Headings keep a clean rhythm
Notebook matches a familiar editorial type scale, so h2 and h3 stay readable
without shouting.
A third-level heading
Body text sits at a comfortable 18px with relaxed line spacing.
Code blocks
Inline code reads as a small recessed chip, and fenced blocks become panels:
package main
import "fmt"
func main() {
fmt.Println("Hello from Notebook")
}
Blockquotes
Good design beats clever prompts every time. The page should get out of the way and let the writing carry the weight.
Lists
- First, write the thing.
- Then, edit the thing.
- Finally, publish the thing.
- Dotted paper background
- Margin spine navigation
- Highlighter accents
Tables
| Element | Treatment |
|---|---|
| Links | Highlighter fill |
| Nav | Sweeping underline |
| Code | Recessed panel |
That’s the bulk of what you’ll use day to day.