Examples
Complete documents, not fragments. Each one is a real .md file in the repository, parsed and rendered for this site by the same packages the command line uses.
The second example is the interesting one for theming. Its source names no colors and no widths. Everything categorical in it, the status chips and the tinted pipeline stage, comes from author classes that a theme stylesheet interprets. The document stays portable: paste it anywhere and it still reads, because a renderer that has never seen those classes simply ignores them.
- Showcase — Every construct at the size it would really be used, each with a tab holding the source that produced it. It declares no theme stylesheet, so it shows the vocabulary on whatever stylesheet renders it.
examples/showcase.md - Analysis document — A long analysis document with a theme stylesheet: status chips, a layer rail, a tinted pipeline stage, lettered steps. The system it describes is invented. Rendered with
--theme examples/dossier.css.examples/notification-routing.md - Strategy memo — An argued memo in a newspaper register: a masthead, a captioned data table, marked sections in a two-lane grid, pull quotes and source citations. The company and every figure are invented. Rendered with
--theme examples/memo.css.examples/strategy-read.md - Incident review — A postmortem in the register of a printed report: an impact strip, a timeline on a rail, a factors table with a real caption, and an action list where the committed items mark themselves. Written to test whether steps carries a timeline; it does. The company and the outage are invented. Rendered with
--theme examples/incident.css.examples/incident-review.md