Skip to content

Commit 38f5dd8

Browse files
committed
chore: fix docs new lines
1 parent 394c36d commit 38f5dd8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/src/ScriptPipeline/pipeline.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,20 @@ Script loading is handled by the following state machines:
1919
```mermaid
2020
graph TD;
2121
A[Loading Initialized]
22-
B[Reloading Initialized \n Enter: OnReloaded callback]
22+
B[Reloading Initialized
23+
Enter: OnReloaded callback]
2324
2425
A --[ new context ]--> C
2526
B --[ existing context]--> C
26-
C[Context Assigned \n Enter: OnReloaded + OnLoaded callbacks]
27+
C[Context Assigned
28+
Enter: OnReloaded + OnLoaded callbacks]
2729
2830
C --> D
2931
3032
D[Loading Completed]
3133
32-
E[Unloading Initialized \n Enter: OnUnloaded callback]
34+
E[Unloading Initialized
35+
Enter: OnUnloaded callback]
3336
F[Context Removed]
3437
G[Resident Removed]
3538
E --[Last resident]--> F

0 commit comments

Comments
 (0)