File tree 7 files changed +36
-19
lines changed
7 files changed +36
-19
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ const features: Feature[] = [
194
194
[ D2_LANG ] : true ,
195
195
[ MERMAID_LANG ] : false ,
196
196
[ GRAPHVIZ_LANG ] : false ,
197
- [ PLANTUML_LANG ] : false ,
197
+ [ PLANTUML_LANG ] : true ,
198
198
} ,
199
199
} ,
200
200
{
@@ -246,7 +246,7 @@ const features: Feature[] = [
246
246
[ D2_LANG ] : true ,
247
247
[ MERMAID_LANG ] : false ,
248
248
[ GRAPHVIZ_LANG ] : true ,
249
- [ PLANTUML_LANG ] : false ,
249
+ [ PLANTUML_LANG ] : "With additional installs" ,
250
250
} ,
251
251
} ,
252
252
] ;
Original file line number Diff line number Diff line change 1
1
@startuml
2
-
3
2
' Actors
4
- [ Hans Niemann ] as hans
3
+ " Hans Niemann" as hans
5
4
6
- node "defendants" {
7
- [ Magnus Carlsen ] as mc
8
- [ Play Magnus Group ] as playmagnus
9
- [ Chess . com ] as chesscom
10
- [ Hikaru Nakamura ] as naka
5
+ rectangle "defendants" {
6
+ " Magnus Carlsen" as mc
7
+ " Play Magnus Group" as playmagnus
8
+ " Chess.com" as chesscom
9
+ " Hikaru Nakamura" as naka
11
10
12
- [ mc ] -> [ playmagnus ] : Owns majority
13
- [ playmagnus ] <-> [ chesscom ] : Merger talks
14
- [ chesscom ] -> [ naka ] : Sponsoring
11
+ mc -> playmagnus : Owns majority
12
+ playmagnus <-> chesscom : Merger talks
13
+ chesscom -> naka : Sponsoring
15
14
}
16
15
17
16
' Accusations
18
- [ hans ] -> defendants : 'sueing for $100M'
17
+ hans -> defendants : suing for $100M
19
18
20
19
' Offense
21
- [naka ] -> [hans ]: Accused of cheating on his stream
22
- [mc ] -> [hans ]: Lost then withdrew with accusations
23
- [chesscom ] -> [hans ]: 72 page report of cheating
24
-
20
+ naka --> hans : Accused of cheating on his stream
21
+ mc --> hans : Lost then withdrew with accusations
22
+ chesscom --> hans : 72 page report of cheating
25
23
@enduml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments