Skip to content

Commit

Permalink
mermaid got too wide
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 13, 2024
1 parent a2d41cb commit 4e43d77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ code](#abnormal-code) below.)
``` mermaid
flowchart LR;
m100-sanity ==> m100-tokenize
m100-sanity ==> m100-jumps
m100-jumps ==> m100-decomment
m100-sanity ==> m100-decomment --> m100-crunch --> m100-tokenize
m100-sanity ==> m100-jumps ==> m100-decomment
m100-decomment --> m100-crunch --> m100-tokenize
m100-decomment --> m100-tokenize
```

Expand Down

0 comments on commit 4e43d77

Please sign in to comment.