Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 212 Bytes

File metadata and controls

15 lines (12 loc) · 212 Bytes
graph TD
  A[Start xx] --> B{Is it good?}
  B -->|Yes| C[Ship it]
  B -->|No| D[Fix it xx]
Loading
graph LR
  A[Start] --> B{Is it good?}
  B -->|Yes| C[Ship it]
  B -->|No| D[Fix it xx]

Loading