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

  1. First, write the thing.
  2. Then, edit the thing.
  3. Finally, publish the thing.
  • Dotted paper background
  • Margin spine navigation
  • Highlighter accents

Tables

ElementTreatment
LinksHighlighter fill
NavSweeping underline
CodeRecessed panel

That’s the bulk of what you’ll use day to day.