99
❯cat ~/projects/dummy-diagram.md
Dummy Diagram Demo
Throwaway page comparing diagram styles. Delete after viewing.
問題Problem
Show how a hand-drawn SVG diagram renders next to the auto-colored ASCII kind.
構造Architecture
ASCII fence, auto-colored by the build plugin:
client ──▶ REST API (dummy)
│
DB
Real SVG image, colors drawn into the file itself:
Mermaid, rendered to SVG locally with mermaid-cli + Catppuccin themeVariables, committed as an asset:
判断Key decisions
- D-01 SVG colors live in the file, ASCII colors come from the plugin.
反省What I’d do differently
Nothing, I am a dummy page.