Skip to content

Commit 348299d

Browse files
committed
Trying to fix mermaid diagram about fork
1 parent c64fb3f commit 348299d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/remotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ graph LR
399399
n2@{ shape: text}
400400
style n1 color:#D50000
401401
linkStyle 2 stroke:#D50000,fill:none
402-
linkStyle 3 stroke:#D50000,fill:none
402+
```
403+
linkStyle 3 stroke:#D50000,fill:none
403404
```
404405
"Alice local" -> "Bob repo" [label="cannot commit" fontcolor=red color=red style=dashed]
405406
"Bob repo" -> "Alice fork" [label="forking"]

0 commit comments

Comments
 (0)