1.1 Markdown & math
This page is numbered 1.1 — chapter 1, first page (order: 1).
Text formatting
You can write bold, italic, and inline code. Lists work too:
- first item
- second item
- a nested item
- third item
And numbered lists:
- step one
- step two
- step three
Block quotes look like this — handy for a definition or a key remark.
A fenced code block:
const greet = (name: string) => `Hello, ${name}!`;
Inline math
Write math between single dollar signs and it flows inside the sentence: the Pythagorean theorem is , and Euler’s identity ties five constants together.
Display math
Put $$ on their own lines for big, centred equations: