Skip to content

Commit 8bd5e9e

Browse files
committed
update plantuml
1 parent 8607041 commit 8bd5e9e

File tree

7 files changed

+36
-19
lines changed

7 files changed

+36
-19
lines changed

src/components/Features.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const features: Feature[] = [
194194
[D2_LANG]: true,
195195
[MERMAID_LANG]: false,
196196
[GRAPHVIZ_LANG]: false,
197-
[PLANTUML_LANG]: false,
197+
[PLANTUML_LANG]: true,
198198
},
199199
},
200200
{
@@ -246,7 +246,7 @@ const features: Feature[] = [
246246
[D2_LANG]: true,
247247
[MERMAID_LANG]: false,
248248
[GRAPHVIZ_LANG]: true,
249-
[PLANTUML_LANG]: false,
249+
[PLANTUML_LANG]: "With additional installs",
250250
},
251251
},
252252
];
Loading
+13-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
@startuml
2-
32
' Actors
4-
[Hans Niemann] as hans
3+
"Hans Niemann" as hans
54

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
1110

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
1514
}
1615

1716
' Accusations
18-
[hans] -> defendants: 'sueing for $100M'
17+
hans -> defendants: suing for $100M
1918

2019
' 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
2523
@enduml

src/examples/8_text/error/plantuml

-1
This file was deleted.

0 commit comments

Comments
 (0)