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.
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.
code and fenced blocks:const label = slide.querySelector('.slide-number');
if (label) label.textContent = String(i + 1).padStart(2, '0');Evidence before assertions — verify behavior, not structure.
gfm-tex_math_dollars flag):| Phase | Leaves behind |
|---|---|
| Plan | acceptance criteria |
| Verify | pass/fail evidence |
After editing this file:
bash scripts/render-markdown.sh docs