Skip to content

Commit a3c0878

Browse files
committed
Label on edges of diagrams
1 parent c74e04c commit a3c0878

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/remotes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,14 +365,22 @@ $ ssh -T [email protected]
365365
In the following scenario, a developer, Bob, has its repo on GitHub. Another developer, Alice, finds it useful. Alice can clone it but she cannot push changes unless Bob allows it:
366366

367367
```mermaid
368-
%%{init: {'themeVariables': { 'edgeLabelBackground': 'transparent'}}}%%
369368
graph LR
370369
bob["Bob repo"]
371370
alice(["Alice cloned"])
372371
bob --cloning--> alice
373372
alice -.cannot commit.-> bob
374373
```
375374

375+
```mermaid
376+
graph LR
377+
bob["Bob repo"]
378+
alice(["Alice cloned"])
379+
bob --cloning--> alice
380+
alice -.cannot commit.-> bob
381+
```
382+
383+
376384
```mermaid
377385
%%{init: {'themeVariables': { 'edgeLabelBackground': 'transparent'}}}%%
378386
graph TD

0 commit comments

Comments
 (0)