gstack/make-pdf/test/fixtures/diagram-gate.md

565 B

Diagram Gate

A relative local image (CRITICAL regression: must render, not 404):

a red box

First diagram

graph LR
  GATEALPHA[gatealphanode] --> GATEBETA{gatebetanode}
  GATEBETA -->|yes| GATEGAMMA[gategammanode]

Second diagram (id-collision check)

graph TD
  GATEDELTA[gatedeltanode] --> GATEEPSILON[gateepsilonnode]

Kept as source

graph LR
  RAWKEPT --> ASCODE

Deliberately broken

graph LR
  A -->
  (((

Done.