Example embedded doc

Example embedded doc

This Markdown file was rendered to a self-contained HTML page by scripts/render-markdown.sh and embedded in the starter deck's split-layout example slide. Delete this folder (and that slide) if your deck doesn't need it.

Why render Markdown ahead of time?

A deck has to run from file:// with no server. Browsers block reading a local .md at runtime, so rendering in JS would leave the pane blank offline. Pre-rendering sidesteps that entirely — this page has no runtime dependencies.

What survives the render

const label = slide.querySelector('.slide-number');
if (label) label.textContent = String(i + 1).padStart(2, '0');

Evidence before assertions — verify behavior, not structure.

Phase Leaves behind
Plan acceptance criteria
Verify pass/fail evidence

Regenerate

After editing this file:

bash scripts/render-markdown.sh docs