Dev Fixture

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

  1. First step
  2. Second step
  3. Third step