Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Graph regex
authored
Nov 20, 2023
by
vincent lorrain
Show whitespace changes
Inline
Side-by-side
Graph-regex.md
View page @
ae3968fc
...
@@ -26,9 +26,9 @@ After decomposition :
...
@@ -26,9 +26,9 @@ After decomposition :
graph TD;
graph TD;
classDef ref fill:#f96
classDef ref fill:#f96
A
0 --> B0 & C0
A
1[A#]:::ref --> B --> D1[D#]:::ref
B0 --> D0
A2[A#]:::ref --> C --> D2[D#]:::ref
C0 --> D0
```
```
...
...