@@ -35,8 +35,8 @@ flowchart BT
3535
3636classDef TASK stroke-width:3px,font-family:monospace;
3737
38- 2["- [ ] do this first π abcdef"]:::TASK
39- 1["- [ ] do this after first β abcdef"]:::TASK
38+ 2["\ - [ ] do this first π abcdef"]:::TASK
39+ 1["\ - [ ] do this after first β abcdef"]:::TASK
40401-- depends on --> 2
4141
4242linkStyle default stroke:gray
@@ -51,8 +51,8 @@ flowchart BT
5151
5252classDef TASK stroke-width:3px,font-family:monospace;
5353
54- 2["- [ ] do this first [id:: abcdef]"]:::TASK
55- 1["- [ ] do this after first [dependsOn:: abcdef]"]:::TASK
54+ 2["\ - [ ] do this first [id:: abcdef]"]:::TASK
55+ 1["\ - [ ] do this after first [dependsOn:: abcdef]"]:::TASK
56561-- depends on --> 2
5757
5858linkStyle default stroke:gray
@@ -274,8 +274,8 @@ is not blocked
274274>
275275> classDef TASK stroke-width:3px,font-family:monospace;
276276>
277- > 2["- [ ] this is blocking π abcdef"]:::TASK
278- > 1["- [ ] this is blocked  β abcdef"]:::TASK
277+ > 2["\ - [ ] this is blocking π abcdef"]:::TASK
278+ > 1["\ - [ ] this is blocked  β abcdef"]:::TASK
279279> 1-- depends on --> 2
280280>
281281> linkStyle default stroke:gray
@@ -289,8 +289,8 @@ is not blocked
289289>
290290> classDef TASK stroke-width:3px,font-family:monospace;
291291>
292- > 4["- [ ] not blocking π abcdef"]:::TASK
293- > 3["- [x] not blocked  β abcdef"]:::TASK
292+ > 4["\ - [ ] not blocking π abcdef"]:::TASK
293+ > 3["\ - [x] not blocked  β abcdef"]:::TASK
294294> 3-- depends on --> 4
295295>
296296> linkStyle default stroke:gray
@@ -304,9 +304,9 @@ is not blocked
304304>
305305> classDef TASK stroke-width:3px,font-family:monospace;
306306>
307- > 5["- [x] not blocking π abcdef"]:::TASK
308- > 4["- [ ] blocking π ghijkl"]:::TASK
309- > 3["- [ ] blocked β abcdef,ghijkl"]:::TASK
307+ > 5["\ - [x] not blocking π abcdef"]:::TASK
308+ > 4["\ - [ ] blocking π ghijkl"]:::TASK
309+ > 3["\ - [ ] blocked β abcdef,ghijkl"]:::TASK
310310> 3-- depends on --> 5
311311> 3-- depends on --> 4
312312>
0 commit comments