Deep dive
A second session, used to exercise the presenter view.
Reading Time: ~30 min
Deep dive
This session has a sibling 02-deep-dive.presenter.mdx so the /p/ route
should render the presenter notes rather than this body.
Callouts are registered in lib/mdx-components.ts and can be used in any
session by tag name.
A code block
function greet(name: string) {
return `hello, ${name}`;
}A list
- First step
- Second step
- Third step