We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d41cb commit 4e43d77Copy full SHA for 4e43d77
README.md
@@ -128,9 +128,8 @@ code](#abnormal-code) below.)
128
``` mermaid
129
flowchart LR;
130
m100-sanity ==> m100-tokenize
131
-m100-sanity ==> m100-jumps
132
-m100-jumps ==> m100-decomment
133
-m100-sanity ==> m100-decomment --> m100-crunch --> m100-tokenize
+m100-sanity ==> m100-jumps ==> m100-decomment
+m100-decomment --> m100-crunch --> m100-tokenize
134
m100-decomment --> m100-tokenize
135
```
136
0 commit comments